diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index d09a6eba5..07d672dcb 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -225,7 +225,7 @@ static int tftp_protocol( | |||
225 | if (user_opt) { | 225 | if (user_opt) { |
226 | struct passwd *pw = getpwnam(user_opt); | 226 | struct passwd *pw = getpwnam(user_opt); |
227 | if (!pw) | 227 | if (!pw) |
228 | bb_error_msg_and_die("unknown user '%s'", user_opt); | 228 | bb_error_msg_and_die("unknown user %s", user_opt); |
229 | change_identity(pw); /* initgroups, setgid, setuid */ | 229 | change_identity(pw); /* initgroups, setgid, setuid */ |
230 | } | 230 | } |
231 | } | 231 | } |