s3:lib: Add missing break in switch statement
authorAndreas Schneider <asn@samba.org>
Mon, 1 Feb 2021 17:13:10 +0000 (18:13 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 1 Feb 2021 21:50:32 +0000 (21:50 +0000)
commit16088d6cab2e10252c1904b259eb6b4f69d74692
tree251393070bfbf12f9bcf3c9d0ec32e43b82bb76c
parent1ffacac547a8ce29c6696dda73991a8db7e34dfd
s3:lib: Add missing break in switch statement

error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/id_cache.c