chiark
/
gitweb
/
~mdw
/
secnet
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d8a024f
)
fixup! polypath: Plumb ifname_wanted
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 17:13:55 +0000
(18:13 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 17:13:55 +0000
(18:13 +0100)
polypath.c
patch
|
blob
|
blame
|
history
diff --git
a/polypath.c
b/polypath.c
index a1cfab9e0962841274b2a517fda555ddfbca93e3..a8b27599595cf8134b3d9e226bc34d8d04fb22af 100644
(file)
--- 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);
}