s4:registry: Add missing break in switch statement
authorAndreas Schneider <asn@samba.org>
Mon, 1 Feb 2021 13:36:57 +0000 (14:36 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 1 Feb 2021 21:50:32 +0000 (21:50 +0000)
commit3c4dd384a138ff5bd2bef7829b1dd269e5f1bffd
tree8f00624529764e5d047af13dacd3d49ecccbf307
parenta87820093431ac1b5940c7b010553af9cbfced22
s4:registry: 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/registry/reg_parse.c