1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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 3016c7ee13)
This commit is contained in:
Andrew Tridgell 2005-12-28 03:36:32 +00:00 committed by Gerald (Jerry) Carter
parent e4dbcc0d5d
commit 3fb95418fa

View File

@ -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);
}