rpms/xinetd/F-12 xinetd-2.3.14-clean-pfd.patch,NONE,1.1

Jan Zeleny jzeleny at fedoraproject.org
Fri Mar 19 08:03:59 UTC 2010


Author: jzeleny

Update of /cvs/extras/rpms/xinetd/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3936

Added Files:
	xinetd-2.3.14-clean-pfd.patch 
Log Message:
actually uploaded the patch

xinetd-2.3.14-clean-pfd.patch:
 service.c |    1 +
 1 file changed, 1 insertion(+)

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



More information about the scm-commits mailing list