diff svr-x11fwd.c @ 109:2e9d1f29c50f

merge of 50be59810e462f9f44f55e421227d6aa0b31982b and 69b007796063cb5f042be7cca2d479e90db869c3
author Matt Johnston <matt@ucc.asn.au>
date Fri, 27 Aug 2004 14:39:01 +0000
parents b855bf63766c
children 0cfba3034be5
line wrap: on
line diff
--- a/svr-x11fwd.c	Thu Aug 26 13:16:40 2004 +0000
+++ b/svr-x11fwd.c	Fri Aug 27 14:39:01 2004 +0000
@@ -75,9 +75,7 @@
 	}
 
 	/* set non-blocking */
-	if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0) {
-		goto fail;
-	}
+	setnonblocking(fd);
 
 	/* listener code will handle the socket now.
 	 * No cleanup handler needed, since listener_remove only happens