svn commit: samba r15146 - in branches/SAMBA_4_0/source/wrepl_server: .

metze at samba.org metze at samba.org
Thu Apr 20 11:37:14 GMT 2006


Author: metze
Date: 2006-04-20 11:37:14 +0000 (Thu, 20 Apr 2006)
New Revision: 15146

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

Log:
fix comments

metze
Modified:
   branches/SAMBA_4_0/source/wrepl_server/wrepl_server.h


Changeset:
Modified: branches/SAMBA_4_0/source/wrepl_server/wrepl_server.h
===================================================================
--- branches/SAMBA_4_0/source/wrepl_server/wrepl_server.h	2006-04-20 02:14:15 UTC (rev 15145)
+++ branches/SAMBA_4_0/source/wrepl_server/wrepl_server.h	2006-04-20 11:37:14 UTC (rev 15146)
@@ -65,16 +65,14 @@
 };
 
 /*
-  state of an outcoming wrepl connection
+  state of an outgoing wrepl connection
 */
 struct wreplsrv_out_connection {
 	/* our global service context */
 	struct wreplsrv_service *service;
 
 	/*
-	 * the partner that connects us,
-	 * can be NULL, when we got a connection
-	 * from an unknown address
+	 * the partner we connect
 	 */
 	struct wreplsrv_partner *partner;
 



More information about the samba-cvs mailing list