diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-24 00:03:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:43 -0500 |
commit | acd04c9281252f4fe47c7127da13ea25be703c7c (patch) | |
tree | b6d101e67df942f001dc3e727db3709fa20e8a29 /source4/libcli/ldap | |
parent | 63811f0cb82229bc4d0473204fb43b411ca3a021 (diff) | |
download | samba-acd04c9281252f4fe47c7127da13ea25be703c7c.tar.gz samba-acd04c9281252f4fe47c7127da13ea25be703c7c.tar.bz2 samba-acd04c9281252f4fe47c7127da13ea25be703c7c.zip |
r7855: fixed a typo
(This used to be commit a1155651e722e28496be02b729c950afae5db9a9)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/ldap_bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap_bind.c b/source4/libcli/ldap/ldap_bind.c index 7e4fa10fe4..e70a56779b 100644 --- a/source4/libcli/ldap/ldap_bind.c +++ b/source4/libcli/ldap/ldap_bind.c @@ -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; } |