summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/spnego.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-09-26 20:55:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-09-26 20:55:18 +0200
commit6a79ad7664ec3cbfa98638e15de6ba24983a84b1 (patch)
tree74372f08d64fb3fa3511803931140b66bd6a4570 /source4/auth/gensec/spnego.c
parent52a17e5c32fdeb585e6217da705b254b5cf13986 (diff)
downloadsamba-6a79ad7664ec3cbfa98638e15de6ba24983a84b1.tar.gz
samba-6a79ad7664ec3cbfa98638e15de6ba24983a84b1.tar.bz2
samba-6a79ad7664ec3cbfa98638e15de6ba24983a84b1.zip
gensec: Avoid exposing lp_ctx on the API level.
Diffstat (limited to 'source4/auth/gensec/spnego.c')
-rw-r--r--source4/auth/gensec/spnego.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/spnego.c b/source4/auth/gensec/spnego.c
index 977d52ec10..a715085d06 100644
--- a/source4/auth/gensec/spnego.c
+++ b/source4/auth/gensec/spnego.c
@@ -338,7 +338,7 @@ static NTSTATUS gensec_spnego_server_try_fallback(struct gensec_security *gensec
NTSTATUS nt_status;
if (gensec_security != NULL &&
- !gensec_security_ops_enabled(all_ops[i], gensec_security->settings->lp_ctx))
+ !gensec_security_ops_enabled(all_ops[i], gensec_security))
continue;
if (!all_ops[i]->oid) {