From 217998018f9b39c99bd0fb91257c15fb59151fd8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 8 Sep 2006 06:57:01 +0000 Subject: [PATCH] r18258: need to use .priority not .order here (This used to be commit a47d65fe17a0e84615ff235380eb2462579199f0) --- source4/auth/ntlmssp/ntlmssp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/auth/ntlmssp/ntlmssp.c b/source4/auth/ntlmssp/ntlmssp.c index de6c4252776..806532911ae 100644 --- a/source4/auth/ntlmssp/ntlmssp.c +++ b/source4/auth/ntlmssp/ntlmssp.c @@ -418,7 +418,7 @@ static const struct gensec_security_ops gensec_ntlmssp_security_ops = { .session_info = gensec_ntlmssp_session_info, .have_feature = gensec_ntlmssp_have_feature, .enabled = True, - .order = GENSEC_NTLMSSP + .priority = GENSEC_NTLMSSP }; -- 2.34.1