about summary refs log tree commit diff
path: root/sysdeps/i386/tst-auditmod3b.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-09 07:59:15 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-09 08:06:50 -0700
commitd2ff039fa1636e42fad4a4074f9889ad47abc426 (patch)
tree5019574c62616a8dd9b28d6e51dc2c8be084cb84 /sysdeps/i386/tst-auditmod3b.c
parentd90345426770c250caf9f8a905833db635b77eec (diff)
downloadglibc-d2ff039fa1636e42fad4a4074f9889ad47abc426.tar.gz
glibc-d2ff039fa1636e42fad4a4074f9889ad47abc426.tar.xz
glibc-d2ff039fa1636e42fad4a4074f9889ad47abc426.zip
Add a missing break in tst-auditmod3b.c
	[BZ #18674]
	* sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
	break.
Diffstat (limited to 'sysdeps/i386/tst-auditmod3b.c')
-rw-r--r--sysdeps/i386/tst-auditmod3b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/tst-auditmod3b.c b/sysdeps/i386/tst-auditmod3b.c
index 5b26a132fa..c9c73661c9 100644
--- a/sysdeps/i386/tst-auditmod3b.c
+++ b/sysdeps/i386/tst-auditmod3b.c
@@ -82,6 +82,7 @@ la_objsearch (const char *name, uintptr_t *cookie, unsigned int flag)
       break;
     case LA_SER_DEFAULT:
       flagstr = "LA_SER_DEFAULT";
+      break;
     case LA_SER_SECURE:
       flagstr = "LA_SER_SECURE";
       break;