From 98208aeb56256dfc919077a00b10328be466759c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Apr 2017 18:14:11 +0100 Subject: [PATCH] fixup! polypath: Introduce comm-info/dedicated --- polypath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.0