diff options
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r-- | networking/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 25b3319ec..d0db33b79 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c | |||
@@ -239,7 +239,7 @@ int tcpudpsvd_main(int argc UNUSED_PARAM, char **argv) | |||
239 | client = 0; | 239 | client = 0; |
240 | if ((getuid() == 0) && !(opts & OPT_u)) { | 240 | if ((getuid() == 0) && !(opts & OPT_u)) { |
241 | xfunc_exitcode = 100; | 241 | xfunc_exitcode = 100; |
242 | bb_error_msg_and_die("-U ssluser must be set when running as root"); | 242 | bb_error_msg_and_die(bb_msg_you_must_be_root); |
243 | } | 243 | } |
244 | if (opts & OPT_u) | 244 | if (opts & OPT_u) |
245 | if (!uidgid_get(&sslugid, ssluser, 1)) { | 245 | if (!uidgid_get(&sslugid, ssluser, 1)) { |