mirror of
https://git.busybox.net/busybox.git
synced 2024-11-23 21:53:25 +08:00
ifplugd: fix typo in prev commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c0211e907b
commit
78d035f796
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user