From: Ian Jackson Date: Sun, 23 Apr 2017 17:13:55 +0000 (+0100) Subject: fixup! polypath: Plumb ifname_wanted X-Git-Tag: v0.4.1~5 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/ce53e0ea9aad729511e8b315dcbed7122272c2a1 fixup! polypath: Plumb ifname_wanted --- 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); }