projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e6adc
)
fix device claim on interface reload
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Oct 2011 00:43:28 +0000
(
02:43
+0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Oct 2011 00:43:28 +0000
(
02:43
+0200)
interface.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index 04834ec022c78d71f4a15c846029cfdc588dd35d..d0eec4a7b70d45c89bd9347e5aaf4af21059a0e1 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-218,9
+218,8
@@
static void
interface_do_reload(struct interface *iface)
{
interface_cleanup(iface);
-
- interface_claim_device(iface);
proto_init_interface(iface, iface->config);
+ interface_claim_device(iface);
}
static void