X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=polypath.c;h=64284a30fa17f29225f4a5273b91853db03f5d1a;hb=147b444d6faa9a621e33d653b7a72c29724203c3;hp=e3c31e625212242a8a9441bd8b5068e5d3ae8d8d;hpb=9c6a8729f6553615786878b382d4d44d2a54eec0;p=secnet.git diff --git a/polypath.c b/polypath.c index e3c31e6..64284a3 100644 --- a/polypath.c +++ b/polypath.c @@ -27,6 +27,7 @@ #include #include +#include #ifdef CONFIG_IPV6 @@ -516,7 +517,7 @@ static void polypath_sendmsg_interf(struct polypath *st, "%s has no suitable address to transmit %s", interf->name, af_name(af)); - *allreasonable *= reasonable; + *allreasonable &= reasonable; } static bool_t polypath_sendmsg(void *commst, struct buffer_if *buf,