diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-26 13:42:37 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 17:17:28 +0100 |
commit | 0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a (patch) | |
tree | 5787b0e8c93b356915d9162528750e2e4e7855a2 /source3/auth | |
parent | e22b1b4f9e1ec46cf7dffbce24a88240d6fa2a05 (diff) | |
download | samba-0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a.tar.gz samba-0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a.tar.xz samba-0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a.zip |
s3-auth Set remote address for both AD and s3 gensec modes
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_generic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index 13246d642f..8141f18eac 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -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; |