diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-10-20 02:14:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:01:56 -0500 |
commit | d0d86b53483f1455fa41ed457502d1452be336fb (patch) | |
tree | 5249a57686703300b8916250159fd76fe4e6639e /source4/libcli/ldap | |
parent | 883949679089e8ef78cda56bdb243484d6c60b87 (diff) | |
download | samba-d0d86b53483f1455fa41ed457502d1452be336fb.tar.gz samba-d0d86b53483f1455fa41ed457502d1452be336fb.tar.bz2 samba-d0d86b53483f1455fa41ed457502d1452be336fb.zip |
r3079: make code more pretty :-)
Andrew Bartlett
(This used to be commit 9c911b361c4dbb058eb48150c113c2e95b8053da)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap.c b/source4/libcli/ldap/ldap.c index 7e12f42f06..6e182c3843 100644 --- a/source4/libcli/ldap/ldap.c +++ b/source4/libcli/ldap/ldap.c @@ -1535,7 +1535,7 @@ int ldap_bind_sasl(struct ldap_connection *conn, const char *username, const cha return result; } - gensec_want_feature(conn->gensec, GENSEC_WANT_SIGN|GENSEC_WANT_SEAL); + gensec_want_feature(conn->gensec, GENSEC_WANT_SIGN | GENSEC_WANT_SEAL); status = gensec_set_domain(conn->gensec, domain); if (!NT_STATUS_IS_OK(status)) { |