1
0
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:
Andrew Bartlett
2012-03-11 06:44:17 +11:00
parent 9e22b096cc
commit 49bb7f248a
4 changed files with 5 additions and 5 deletions

View File

@ -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