mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
r7855: fixed a typo
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
355983493b
commit
a1155651e7
@@ -234,7 +234,7 @@ NTSTATUS ldap_bind_sasl(struct ldap_connection *conn, struct cli_credentials *cr
|
||||
}
|
||||
|
||||
if (NT_STATUS_IS_OK(status) &&
|
||||
(gensec_have_feature(conn->gensec, GENSEC_FEATURE_SIGN) ||
|
||||
(gensec_have_feature(conn->gensec, GENSEC_FEATURE_SEAL) ||
|
||||
gensec_have_feature(conn->gensec, GENSEC_FEATURE_SIGN))) {
|
||||
conn->enable_wrap = True;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user