projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0211e9
)
ifplugd: fix typo in prev commit
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 11 May 2010 02:37:13 +0000
(
04:37
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 11 May 2010 02:37:13 +0000
(
04:37
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifplugd.c
patch
|
blob
|
history
diff --git
a/networking/ifplugd.c
b/networking/ifplugd.c
index 01a7a49e550de01cfa9f47bca33d28ba30db9f89..8cb07db5d88e72150e1245ea0aa7d8dbb6ab0bdf 100644
(file)
--- a/
networking/ifplugd.c
+++ b/
networking/ifplugd.c
@@
-145,7
+145,7
@@
static int run_script(const char *action)
env_PREVIOUS = xasprintf("%s=%s", IFPLUGD_ENV_PREVIOUS, strstatus(G.iface_prev_status));
putenv(env_PREVIOUS);
- env_CURRENT = xasprintf("%s=%s", IFPLUGD_ENV_
PREVIOUS
, strstatus(G.iface_last_status));
+ env_CURRENT = xasprintf("%s=%s", IFPLUGD_ENV_
CURRENT
, strstatus(G.iface_last_status));
putenv(env_CURRENT);
/* r < 0 - can't exec, 0 <= r < 0x180 - exited, >=0x180 - killed by sig (r-0x180) */