1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3-auth Set remote address for both AD and s3 gensec modes

This commit is contained in:
Andrew Bartlett 2011-12-26 13:42:37 +11:00 committed by Stefan Metzmacher
parent e22b1b4f9e
commit 0c0c23f3fe

View File

@ -60,8 +60,6 @@ NTSTATUS auth_generic_prepare(TALLOC_CTX *mem_ctx,
TALLOC_FREE(ans);
return nt_status;
}
*auth_ntlmssp_state = ans;
return NT_STATUS_OK;
} else {
struct gensec_settings *gensec_settings;
struct loadparm_context *lp_ctx;