chiark / gitweb /
polypath.c: Fix a compiler warning
[secnet.git] / polypath.c
index d47bef76b0fa81e5fe8108c0b519767ba086588f..64284a30fa17f29225f4a5273b91853db03f5d1a 100644 (file)
@@ -517,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,