1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r7855: fixed a typo

(This used to be commit a1155651e7)
This commit is contained in:
Andrew Tridgell
2005-06-24 00:03:47 +00:00
committed by Gerald (Jerry) Carter
parent 63811f0cb8
commit acd04c9281

View File

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