From: Ian Jackson Date: Sun, 23 Apr 2017 17:14:11 +0000 (+0100) Subject: fixup! polypath: Introduce comm-info/dedicated X-Git-Tag: v0.4.1~4 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/98208aeb56256dfc919077a00b10328be466759c fixup! polypath: Introduce comm-info/dedicated --- 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); }