diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-09-02 14:29:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-09-02 14:29:14 +0200 |
commit | a0fd4a789c4f9bfa0a9c257aa6a96c3588be6ce5 (patch) | |
tree | b337ad0b0135431d31ef2d9989fe3e0aed442e53 /networking | |
parent | 41f7885f06612edcd525782f7ce3e75bd9a0d787 (diff) | |
download | busybox-w32-a0fd4a789c4f9bfa0a9c257aa6a96c3588be6ce5.tar.gz busybox-w32-a0fd4a789c4f9bfa0a9c257aa6a96c3588be6ce5.tar.bz2 busybox-w32-a0fd4a789c4f9bfa0a9c257aa6a96c3588be6ce5.zip |
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 9b3498696..ad0a9971b 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -1058,7 +1058,7 @@ static int iface_up(struct interface_defn_t *iface) | |||
1058 | 1058 | ||
1059 | static int iface_down(struct interface_defn_t *iface) | 1059 | static int iface_down(struct interface_defn_t *iface) |
1060 | { | 1060 | { |
1061 | if (!iface->method->down(iface,check)) return -1; | 1061 | if (!iface->method->down(iface, check)) return -1; |
1062 | set_environ(iface, "stop", "pre-down"); | 1062 | set_environ(iface, "stop", "pre-down"); |
1063 | if (!execute_all(iface, "down")) return 0; | 1063 | if (!execute_all(iface, "down")) return 0; |
1064 | if (!iface->method->down(iface, doit)) return 0; | 1064 | if (!iface->method->down(iface, doit)) return 0; |