projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1243156
)
Get rid of the message `zxnrbl\'.
author
Ivo Timmermans
<ivo@lychnis.net>
Mon, 27 Mar 2000 22:30:27 +0000
(22:30 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Mon, 27 Mar 2000 22:30:27 +0000
(22:30 +0000)
src/net.c
patch
|
blob
|
history
diff --git
a/src/net.c
b/src/net.c
index
daa8cf5
..
ec28d6a
100644
(file)
--- 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;
}
}