summaryrefslogtreecommitdiffstats
path: root/source4/wrepl_server/wrepl_in_call.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-12-28 03:36:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:52 -0500
commit3fb95418fa9b4ce19e40401680339fa1e3b13286 (patch)
treeb44adb91a2d308804797f7710a75884785553df0 /source4/wrepl_server/wrepl_in_call.c
parente4dbcc0d5d6c9c68a7f3c437611b726f9f0211cf (diff)
downloadsamba-3fb95418fa9b4ce19e40401680339fa1e3b13286.tar.gz
samba-3fb95418fa9b4ce19e40401680339fa1e3b13286.tar.xz
samba-3fb95418fa9b4ce19e40401680339fa1e3b13286.zip
r12532: log a message giving the IPs of non-partner clients trying WINS replication
(makes getting the wins config right much easier) (This used to be commit 3016c7ee138d29973dfd093de6589a9a798750a7)
Diffstat (limited to 'source4/wrepl_server/wrepl_in_call.c')
-rw-r--r--source4/wrepl_server/wrepl_in_call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/wrepl_server/wrepl_in_call.c b/source4/wrepl_server/wrepl_in_call.c
index 23701541a82..b518adf920d 100644
--- a/source4/wrepl_server/wrepl_in_call.c
+++ b/source4/wrepl_server/wrepl_in_call.c
@@ -407,6 +407,8 @@ static NTSTATUS wreplsrv_in_replication(struct wreplsrv_in_call *call)
}
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);
}