1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

change the log level for the message when someone connects to a non-public ip

(This used to be ctdb commit bc9c4f0d52e9b06aceb08cea99ed3fd20b44616c)
This commit is contained in:
Ronnie Sahlberg 2008-03-13 07:54:55 +11:00
parent 74d57f8d51
commit e19264ea26

View File

@ -957,7 +957,7 @@ int32_t ctdb_control_tcp_client(struct ctdb_context *ctdb, uint32_t client_id,
vnn = find_public_ip_vnn(ctdb, p->dest);
if (vnn == NULL) {
if (ntohl(p->dest.sin_addr.s_addr) != INADDR_LOOPBACK) {
DEBUG(DEBUG_ERR,("Could not add client IP %s. This is not a public address.\n",
DEBUG(DEBUG_INFO,("Could not add client IP %s. This is not a public address.\n",
inet_ntoa(p->dest.sin_addr)));
}
return 0;