diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
commit | 482368b1a8e45430672c58c9a42e7d2004367126 (patch) | |
tree | ce2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /net/khttpd | |
parent | e4d0251c6f56ab2e191afb70f80f382793e23f74 (diff) |
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'net/khttpd')
-rw-r--r-- | net/khttpd/sockets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/khttpd/sockets.c b/net/khttpd/sockets.c index 0d575abdf..60e66fdf8 100644 --- a/net/khttpd/sockets.c +++ b/net/khttpd/sockets.c @@ -71,8 +71,6 @@ int StartListening(const int Port) /* Grrr... setsockopt() does this. */ sock->sk->reuse = 1; - /* Wow!!! */ - sock->sk->linger = 1; /* Now, start listening on the socket */ |