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

metze at samba.org metze at samba.org
Thu Sep 15 09:55:19 GMT 2005


Author: metze
Date: 2005-09-15 09:55:16 +0000 (Thu, 15 Sep 2005)
New Revision: 10237

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

Log:
fix parameter, how have I missed this...?

metze
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-15 07:23:15 UTC (rev 10236)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2005-09-15 09:55:16 UTC (rev 10237)
@@ -365,7 +365,7 @@
 	conn->tls = tls_init_server(ldapsrv_service->tls_params, c->socket, 
 				    c->event.fde, NULL, port != 389);
 	if (!conn->tls) {
-		ldapsrv_terminate_connection(c, "ldapsrv_accept: tls_init_server() failed");
+		ldapsrv_terminate_connection(conn, "ldapsrv_accept: tls_init_server() failed");
 		return;
 	}
 



More information about the samba-cvs mailing list