projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3455285
)
ftpd: code shrink
author
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 9 Mar 2009 04:22:52 +0000
(
04:22
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 9 Mar 2009 04:22:52 +0000
(
04:22
-0000)
networking/ftpd.c
patch
|
blob
|
history
diff --git
a/networking/ftpd.c
b/networking/ftpd.c
index 114975d021693e45b4f28be0e0d15ebf832c72d4..4988ce02e3cdf752fcb7d842bc7f43cc9ce1e77d 100644
(file)
--- a/
networking/ftpd.c
+++ b/
networking/ftpd.c
@@
-934,7
+934,7
@@
int ftpd_main(int argc UNUSED_PARAM, char **argv)
setsockopt(STDIN_FILENO, SOL_SOCKET, SO_KEEPALIVE, &const_int_1, sizeof(const_int_1));
setsockopt(STDIN_FILENO, SOL_SOCKET, SO_OOBINLINE, &const_int_1, sizeof(const_int_1));
- cmdio_write_
raw(STR(FTP_GREET)" Welcome\r\n"
);
+ cmdio_write_
ok(FTP_GREET
);
#ifdef IF_WE_WANT_TO_REQUIRE_LOGIN
{