diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-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 b1ebe2fa7..f9310af8d 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -265,7 +265,7 @@ start_stop_daemon_main(int argc, char **argv) | |||
265 | argv += optind; | 265 | argv += optind; |
266 | 266 | ||
267 | if (userspec && sscanf(userspec, "%d", &user_id) != 1) | 267 | if (userspec && sscanf(userspec, "%d", &user_id) != 1) |
268 | user_id = my_getpwnam(userspec); | 268 | user_id = bb_xgetpwnam(userspec); |
269 | 269 | ||
270 | if (opt & SSD_CTX_STOP) { | 270 | if (opt & SSD_CTX_STOP) { |
271 | do_stop(); | 271 | do_stop(); |