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

abartlet at samba.org abartlet at samba.org
Wed Dec 29 00:03:35 GMT 2004


Author: abartlet
Date: 2004-12-29 00:03:34 +0000 (Wed, 29 Dec 2004)
New Revision: 4386

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

Log:
Grr, fix copy-and-paste bug.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap_client.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/ldap/ldap_client.c	2004-12-28 23:59:22 UTC (rev 4385)
+++ branches/SAMBA_4_0/source/libcli/ldap/ldap_client.c	2004-12-29 00:03:34 UTC (rev 4386)
@@ -414,7 +414,7 @@
 
 	status = gensec_set_target_service(conn->gensec, "ldap");
 	if (!NT_STATUS_IS_OK(status)) {
-		DEBUG(1, ("Failed to start set GENSEC target hostname: %s\n", 
+		DEBUG(1, ("Failed to start set GENSEC target service: %s\n", 
 			  nt_errstr(status)));
 		goto done;
 	}



More information about the samba-cvs mailing list