diff options
author | Denys Vlasenko | 2010-05-10 04:16:43 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-05-10 04:16:43 +0200 |
commit | ff0e875e02487b61dcc520b295feb6477b859065 (patch) | |
tree | 234845d306bf04446b9839c51b06d18d5f9dc9a6 /networking/telnetd.c | |
parent | 572b9a3019caf0929a41a45e1f3a8c7e59ec141c (diff) | |
download | busybox-ff0e875e02487b61dcc520b295feb6477b859065.zip busybox-ff0e875e02487b61dcc520b295feb6477b859065.tar.gz |
work on adding testsuite runs to randomconfig test builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index a8c86b6..ea66a25 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -227,7 +227,7 @@ make_new_session( IF_NOT_FEATURE_TELNETD_STANDALONE(void) ) { #if !ENABLE_FEATURE_TELNETD_STANDALONE - enum { sock = 0 ); + enum { sock = 0 }; #endif const char *login_argv[2]; struct termios termbuf; |