aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-14 17:06:11 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-14 17:06:11 +0000
commitb64eed6030d955ac6e4c3c653a923cf6535799c1 (patch)
tree92a7b88794f22cb10aed7d59e6598da7688ccabc /networking/inetd.c
parentd1a6e8d320633d5981a1dc7866d8e06aaad34dc1 (diff)
downloadbusybox-b64eed6030d955ac6e4c3c653a923cf6535799c1.tar.gz
httpd: use fd#1 in inetd mode
inetd: micro style fix
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 3cf7b2d3b..370dcbbe0 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -1470,7 +1470,7 @@ inetd_main(int argc, char *argv[])
(*sep->se_bi->bi_fn)(ctrl, sep);
} else
#endif
- {
+ {
pwd = getpwnam(sep->se_user);
if (pwd == NULL) {
bb_error_msg("getpwnam: %s: no such user", sep->se_user);