]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
In handle_connect() we really need a blocking fd for the client.
authorAndre Noll <maan@systemlinux.org>
Fri, 23 Nov 2007 09:40:16 +0000 (10:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 23 Nov 2007 09:40:16 +0000 (10:40 +0100)
At least on NetBSD the fd returned by accept() might be in non-blocking
mode. So introduce mark_fd_blocking() and use it in handle_connect().


No differences found