uwrap: Remove problematic FALL_THROUGH in uwrap_load_lib_handle()
authorAndreas Schneider <asn@samba.org>
Tue, 7 May 2019 11:07:01 +0000 (13:07 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 3 Jun 2019 10:54:22 +0000 (12:54 +0200)
commitf8c71703cac116fc4d2f5ef6620cf47c2cf0d0db
tree10aef7379c0e222f28f0b163ffdda60e62f24e96
parent2273c8e24a6577285d905213519540b8173ad228
uwrap: Remove problematic FALL_THROUGH in uwrap_load_lib_handle()

src/uid_wrapper.c:93:24: error: a label can only be part of a statement
and a declaration is not a statement

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@samba.org>
src/uid_wrapper.c