Get rid of the message `zxnrbl\'.
This commit is contained in:
parent
1243156a5e
commit
b50523dc44
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue