chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changelog update.
[secnet]
/
polypath.c
diff --git
a/polypath.c
b/polypath.c
index 5ae5b04d22cd34b5f3f661f90a614d936cc9c13c..45e875aef968042bd66955bf4efe6603e55c8fe5 100644
(file)
--- a/
polypath.c
+++ b/
polypath.c
@@
-351,7
+351,8
@@
static void polypath_record_ifaddr(struct polypath *st,
for (i=0; i<interf->socks.n_socks; i++)
if (iaddr_equal(&interf->socks.socks[i].addr,ia,True))
goto address_remove_found;
for (i=0; i<interf->socks.n_socks; i++)
if (iaddr_equal(&interf->socks.socks[i].addr,ia,True))
goto address_remove_found;
- BAD("address to remove not found");
+ bad(st,badctx,M_DEBUG,"address to remove not found",0);
+ goto out;
address_remove_found:
lg_perror(LG,M_INFO,0,"removed %s %s",ifname,
iaddr_to_string(&interf->socks.socks[i].addr));
address_remove_found:
lg_perror(LG,M_INFO,0,"removed %s %s",ifname,
iaddr_to_string(&interf->socks.socks[i].addr));