From d73cbd31a295ac757e59f129f162d9cd69440224 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 21 Jul 2008 14:41:33 +0000 Subject: - first pass to unify/cleanup uid handling (-236b) This needs further love, alot of love.. Tito? --- networking/tftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/tftp.c') 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( if (user_opt) { struct passwd *pw = getpwnam(user_opt); if (!pw) - bb_error_msg_and_die("unknown user '%s'", user_opt); + bb_error_msg_and_die("unknown user %s", user_opt); change_identity(pw); /* initgroups, setgid, setuid */ } } -- cgit v1.2.3