From e2c7b26c60ae12982c5ff1d2ef74b43620c06d98 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 20 Mar 2000 22:38:57 +0000 Subject: [PATCH] removed test message --- src/rsrv/online_notify.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rsrv/online_notify.c b/src/rsrv/online_notify.c index b5722a26b..54cb46aec 100644 --- a/src/rsrv/online_notify.c +++ b/src/rsrv/online_notify.c @@ -163,9 +163,6 @@ int rsrv_online_notify_task() else if (if_addr.sin_family==AF_INET) { msg.m_available = if_addr.sin_addr.s_addr; -ipAddrToA (&if_addr, buf, sizeof(buf)); -printf ("**** Setting local address to \"%s\" - this may not work correctly ****\n", buf); - status = send (sock, (char *)&msg, sizeof(msg), 0); if (status < 0) { ipAddrToA (&pNode->addr.ia, buf, sizeof(buf));