auth3: Simplify auth_check_ntlm_password logic with a "goto fail"
authorVolker Lendecke <vl@samba.org>
Sat, 11 Feb 2017 10:38:56 +0000 (11:38 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 8 Mar 2017 21:01:16 +0000 (22:01 +0100)
commit66f94e557eecc4a48762543414cda690c08ff8cb
tree4af05f83d579287f6c3e9470bd1474584a94f42e
parent56b0303a611d1fdcee4f37285164fe94866fda59
auth3: Simplify auth_check_ntlm_password logic with a "goto fail"

No intended code change, just reformatting and a goto fail with
inverted logic

Best viewed with "git show -b" :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/auth/auth.c