Blame SOURCES/xinetd-2.3.14-clean-pfd.patch

76ef8a
--- xinetd-2.3.14/xinetd/service.c.orig	2010-03-18 17:09:20.000000000 +0100
76ef8a
+++ xinetd-2.3.14/xinetd/service.c	2010-03-18 17:09:37.000000000 +0100
76ef8a
@@ -470,6 +470,7 @@ void svc_deactivate( struct service *sp 
76ef8a
    {
76ef8a
 #ifdef HAVE_POLL
76ef8a
       SVC_EVENTS( sp ) = 0;
76ef8a
+	  SVC_FD( sp ) = 0;
76ef8a
 #else      
76ef8a
       FD_CLR( SVC_FD( sp ), &ps.rws.socket_mask ) ;
76ef8a
 #endif /* HAVE_POLL */