Get rid of the message `zxnrbl\'.

This commit is contained in:
Ivo Timmermans 2000-03-27 22:30:27 +00:00
parent 1243156a5e
commit b50523dc44

View file

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