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);
|
for(cl = conn_list; cl != NULL && !cl->status.outgoing; cl = cl->next);
|
||||||
if(!cl)
|
if(!cl)
|
||||||
{
|
{ /* No open outgoing connection has been found. */
|
||||||
syslog(LOG_ERR, "zxnrbl");
|
if(debug_lvl > 2)
|
||||||
|
syslog(LOG_NOTICE, "There is no remote host I can send this packet to.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue