diff options
Diffstat (limited to 'init/halt.c')
-rw-r--r-- | init/halt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/halt.c b/init/halt.c index a6fec02..d66e28d 100644 --- a/init/halt.c +++ b/init/halt.c @@ -30,7 +30,7 @@ extern int halt_main(int argc, char **argv) /* don't assume init's pid == 1 */ pid_t *pid = find_pid_by_name("init"); if (!pid || *pid<=0) { - pid_t *pid = find_pid_by_name("linuxrc"); + pid = find_pid_by_name("linuxrc"); if (!pid || *pid<=0) error_msg_and_die("no process killed"); } |