From: Ivo Timmermans <ivo@lychnis.net>
Date: Mon, 27 Mar 2000 22:30:27 +0000 (+0000)
Subject: Get rid of the message `zxnrbl\'.
X-Git-Tag: release-1.0pre1~101
X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=b50523dc44bbb32f03d24573e195c071cbff3fc4;p=tinc

Get rid of the message `zxnrbl\'.
---

diff --git a/src/net.c b/src/net.c
index daa8cf50..ec28d6a9 100644
--- a/src/net.c
+++ b/src/net.c
@@ -256,8 +256,9 @@ int send_packet(ip_t to, vpn_packet_t *packet)
         }
       for(cl = conn_list; cl != NULL && !cl->status.outgoing; cl = cl->next);
       if(!cl)
-        {
-          syslog(LOG_ERR, "zxnrbl");
+        { /* No open outgoing connection has been found. */
+	  if(debug_lvl > 2)
+	    syslog(LOG_NOTICE, "There is no remote host I can send this packet to.");
           return -1;
         }
     }