diff options
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 3a0fbd2c6..3700506bf 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -159,7 +159,7 @@ static int do_stop(void) | |||
159 | do_procinit(); | 159 | do_procinit(); |
160 | 160 | ||
161 | if (cmdname) | 161 | if (cmdname) |
162 | what=cmdname;//strcpy(what, cmdname); | 162 | strcpy(what, cmdname); |
163 | else if (execname) | 163 | else if (execname) |
164 | strcpy(what, execname); | 164 | strcpy(what, execname); |
165 | else if (pidfile) | 165 | else if (pidfile) |