svn commit: samba r7855 - in branches/SAMBA_4_0/source/libcli/ldap: .

tridge at samba.org tridge at samba.org
Fri Jun 24 00:03:48 GMT 2005


Author: tridge
Date: 2005-06-24 00:03:47 +0000 (Fri, 24 Jun 2005)
New Revision: 7855

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7855

Log:
fixed a typo


Modified:
   branches/SAMBA_4_0/source/libcli/ldap/ldap_bind.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap_bind.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/ldap/ldap_bind.c	2005-06-24 00:03:17 UTC (rev 7854)
+++ branches/SAMBA_4_0/source/libcli/ldap/ldap_bind.c	2005-06-24 00:03:47 UTC (rev 7855)
@@ -234,7 +234,7 @@
 	}
 
 	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;
 	}



More information about the samba-cvs mailing list