svn commit: samba r4605 - in branches/SAMBA_4_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Jan 9 01:14:27 GMT 2005


Author: vlendec
Date: 2005-01-09 01:14:26 +0000 (Sun, 09 Jan 2005)
New Revision: 4605

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

Log:
Fix a confusing comment :-)
Modified:
   branches/SAMBA_4_0/source/smbd/service.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/service.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/service.c	2005-01-08 13:33:19 UTC (rev 4604)
+++ branches/SAMBA_4_0/source/smbd/service.c	2005-01-09 01:14:26 UTC (rev 4605)
@@ -239,7 +239,7 @@
 	srv_conn->socket		= sock;
 	srv_conn->server_id		= server_id;
 
-	/* create a smb server context and add it to out event
+	/* create a server context and add it to out event
 	   handling */
 	server_socket->service->ops->accept_connection(srv_conn);
 



More information about the samba-cvs mailing list