diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/tst-auditmod3b.c | 1 |
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; |