]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
committerKarolin Seeger <kseeger@samba.org>
Tue, 11 Feb 2020 11:49:17 +0000 (11:49 +0000)
commit2db313bdb57acb67733e51021a19bd42d245ea75
treee036adcd2238be76ff79e332f1d99d87231cd0ea
parent5f57256cf52aeb3f934645a1d71e3841eac0a37d
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>
(cherry picked from commit 85b168c6dac88f5065c0ec6e925937439f2c12ed)
source3/auth/auth_sam.c