s3:auth_sam: replace confusing FALL_THROUGH; with break;
authorStefan Metzmacher <metze@samba.org>
Thu, 23 Jan 2020 14:48:39 +0000 (15:48 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Feb 2020 16:30:42 +0000 (16:30 +0000)
commit85b168c6dac88f5065c0ec6e925937439f2c12ed
tree681d68fb449857fe34256f8652cac4c4478784e1
parent446c92017369007139af7532dae8503f9db40d48
s3:auth_sam: replace confusing FALL_THROUGH; with break;

There's no real logic change here, but is makes it easier to
understand.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14247

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/auth/auth_sam.c