r7855: fixed a typo
authorAndrew Tridgell <tridge@samba.org>
Fri, 24 Jun 2005 00:03:47 +0000 (00:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:43 +0000 (13:18 -0500)
(This used to be commit a1155651e722e28496be02b729c950afae5db9a9)

source4/libcli/ldap/ldap_bind.c

index 7e4fa10fe46eca1545d5f1f277be5ec2e00f0a64..e70a56779b6bca849ac98b2312d505611a28c453 100644 (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;
        }