about summary refs log tree commit diff
path: root/nscd/connections.c
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/connections.c')
-rw-r--r--nscd/connections.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index 54b3864977..e3a67386d0 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -1824,12 +1824,14 @@ main_loop_poll (void)
 	      if (have_paccept >= 0)
 #endif
 		{
+#if 0
 		  fd = TEMP_FAILURE_RETRY (paccept (sock, NULL, NULL, NULL,
 						    SOCK_NONBLOCK));
 #ifndef __ASSUME_PACCEPT
 		  if (have_paccept == 0)
 		    have_paccept = fd != -1 || errno != ENOSYS ? 1 : -1;
 #endif
+#endif
 		}
 #ifndef __ASSUME_PACCEPT
 	      if (have_paccept < 0)