mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3-krb5: Remove GSS_WRAP_IOV conditional
We already confirm that we have this functionality before we set HAVE_KRB5 at configure time. Andrew Bartlett
This commit is contained in:
@ -912,7 +912,7 @@ static NTSTATUS ntlm_auth_start_ntlmssp_server(TALLOC_CTX *mem_ctx,
|
||||
|
||||
gensec_settings->backends[idx++] = gensec_security_by_oid(NULL, GENSEC_OID_NTLMSSP);
|
||||
|
||||
#if defined(HAVE_KRB5) && defined(HAVE_GSS_WRAP_IOV)
|
||||
#if defined(HAVE_KRB5)
|
||||
gensec_settings->backends[idx++] = &gensec_gse_krb5_security_ops;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user