accept_connection(): Enable socket lingering for the correct socket
authorFabian Keil <fk@fabiankeil.de>
Fri, 6 Nov 2015 13:37:35 +0000 (13:37 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 6 Nov 2015 13:37:35 +0000 (13:37 +0000)
Previously we repeatedly enabled it for the listen socket
instead of for the accepted socket. The bug was found by
code inspection and did not cause any (reported) issues.


No differences found