mirror of
https://github.com/samba-team/samba.git
synced 2025-10-31 12:23:52 +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:
@@ -85,7 +85,7 @@ NTSTATUS auth_generic_client_prepare(TALLOC_CTX *mem_ctx, struct auth_generic_st
|
||||
|
||||
gensec_settings->backends[idx++] = &gensec_ntlmssp3_client_ops;
|
||||
|
||||
#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