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

tridge at samba.org tridge at samba.org
Wed Dec 28 03:36:34 GMT 2005


Author: tridge
Date: 2005-12-28 03:36:32 +0000 (Wed, 28 Dec 2005)
New Revision: 12532

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

Log:

log a message giving the IPs of non-partner clients trying WINS replication
(makes getting the wins config right much easier)

Modified:
   branches/SAMBA_4_0/source/wrepl_server/wrepl_in_call.c


Changeset:
Modified: branches/SAMBA_4_0/source/wrepl_server/wrepl_in_call.c
===================================================================
--- branches/SAMBA_4_0/source/wrepl_server/wrepl_in_call.c	2005-12-28 03:04:40 UTC (rev 12531)
+++ branches/SAMBA_4_0/source/wrepl_server/wrepl_in_call.c	2005-12-28 03:36:32 UTC (rev 12532)
@@ -407,6 +407,8 @@
 	}
 
 	if (!call->wreplconn->partner) {
+		DEBUG(1,("Failing WINS replication from non-partner %s\n",
+			 socket_get_peer_addr(call->wreplconn->conn->socket, call)));
 		return wreplsrv_in_stop_assoc_ctx(call);
 	}
 



More information about the samba-cvs mailing list