svn commit: samba r7220 - in branches/SAMBA_4_0/source/cldap_server: .

abartlet at samba.org abartlet at samba.org
Fri Jun 3 11:19:33 GMT 2005


Author: abartlet
Date: 2005-06-03 11:19:32 +0000 (Fri, 03 Jun 2005)
New Revision: 7220

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

Log:
Fix comment

Modified:
   branches/SAMBA_4_0/source/cldap_server/cldap_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/cldap_server/cldap_server.c
===================================================================
--- branches/SAMBA_4_0/source/cldap_server/cldap_server.c	2005-06-03 11:18:48 UTC (rev 7219)
+++ branches/SAMBA_4_0/source/cldap_server/cldap_server.c	2005-06-03 11:19:32 UTC (rev 7220)
@@ -63,7 +63,7 @@
 	struct cldap_socket *cldapsock;
 	NTSTATUS status;
 
-	/* listen for unicasts on port 137 */
+	/* listen for unicasts on the CLDAP port (389) */
 	cldapsock = cldap_socket_init(cldapd, cldapd->task->event_ctx);
 	NT_STATUS_HAVE_NO_MEMORY(cldapsock);
 



More information about the samba-cvs mailing list