summaryrefslogtreecommitdiff
path: root/source3/auth/auth_generic.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-26 13:42:37 +1100
committerStefan Metzmacher <metze@samba.org>2012-01-05 17:17:28 +0100
commit0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a (patch)
tree5787b0e8c93b356915d9162528750e2e4e7855a2 /source3/auth/auth_generic.c
parente22b1b4f9e1ec46cf7dffbce24a88240d6fa2a05 (diff)
downloadsamba-0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a.tar.gz
samba-0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a.tar.bz2
samba-0c0c23f3fe6f7c55d69d6ca19f8252b12aa8fe5a.zip
s3-auth Set remote address for both AD and s3 gensec modes
Diffstat (limited to 'source3/auth/auth_generic.c')
-rw-r--r--source3/auth/auth_generic.c2
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;