svn commit: samba r10353 - in branches/SAMBA_4_0/source/ldap_server: .

vlendec at samba.org vlendec at samba.org
Tue Sep 20 15:43:58 GMT 2005


Author: vlendec
Date: 2005-09-20 15:43:58 +0000 (Tue, 20 Sep 2005)
New Revision: 10353

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

Log:
Fix typo
Modified:
   branches/SAMBA_4_0/source/ldap_server/ldap_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_server.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2005-09-20 14:50:04 UTC (rev 10352)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2005-09-20 15:43:58 UTC (rev 10353)
@@ -258,7 +258,7 @@
 	/* work out how much data is pending */
 	status = tls_socket_pending(conn->tls, &npending);
 	if (!NT_STATUS_IS_OK(status)) {
-		ldapsrv_terminate_connection(conn, "socket_pening() failed");
+		ldapsrv_terminate_connection(conn, "socket_pending() failed");
 		return;
 	}
 	if (npending == 0) {



More information about the samba-cvs mailing list