X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ce53e0ea9aad729511e8b315dcbed7122272c2a1..98208aeb56256dfc919077a00b10328be466759c:/polypath.c diff --git a/polypath.c b/polypath.c index a8b2759..025909a 100644 --- a/polypath.c +++ b/polypath.c @@ -352,7 +352,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; break; - case '@': interfs=&st->interfs_dedicated; max_interfs=INT_MAX; + case '@': interfs=&st->interfs_dedicated; max_interfs=INT_MAX; break; default: fatal("polypath: got bad want (%#x, %s)", want, ifname); }