summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/schannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/gensec/schannel.c')
-rw-r--r--source4/auth/gensec/schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/schannel.c b/source4/auth/gensec/schannel.c
index f58233c528..9bcb307548 100644
--- a/source4/auth/gensec/schannel.c
+++ b/source4/auth/gensec/schannel.c
@@ -256,7 +256,7 @@ static const struct gensec_security_ops gensec_schannel_security_ops = {
.sig_size = schannel_sig_size,
.have_feature = schannel_have_feature,
.enabled = True,
- .order = GENSEC_SCHANNEL
+ .priority = GENSEC_SCHANNEL
};
NTSTATUS gensec_schannel_init(void)