X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/d8a024fe35f4be56f4ac17fa68aee2264960a8ac..ce53e0ea9aad729511e8b315dcbed7122272c2a1:/polypath.c diff --git a/polypath.c b/polypath.c index a1cfab9..a8b2759 100644 --- a/polypath.c +++ b/polypath.c @@ -351,7 +351,7 @@ static void polypath_record_ifaddr(struct polypath *st, struct interf_list *interfs; switch (want) { - case '+': interfs=&st->interfs_general; max_interfs=st->max_interfs; + case '+': interfs=&st->interfs_general; max_interfs=st->max_interfs; break; case '@': interfs=&st->interfs_dedicated; max_interfs=INT_MAX; default: fatal("polypath: got bad want (%#x, %s)", want, ifname); }