auth3: Simplify auth_check_ntlm_password server_info handling
authorVolker Lendecke <vl@samba.org>
Sat, 11 Feb 2017 10:34:58 +0000 (11:34 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 8 Mar 2017 21:01:15 +0000 (22:01 +0100)
commit56b0303a611d1fdcee4f37285164fe94866fda59
tree635c23353c1f2fbc3ff7301c9a8d0ce54c67e7cf
parentb19868ce6ab823e447a6195d29291b9205422e67
auth3: Simplify auth_check_ntlm_password server_info handling

Instead of directly assigning (*pserver_info), work on a local copy
first and assign it once when successful

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