Blame SOURCES/xinetd-2.3.14-udp-reconfig.patch

01101d
--- xinetd-2.3.14/xinetd/reconfig.c.orig	2010-06-01 12:58:18.000000000 +0200
01101d
+++ xinetd-2.3.14/xinetd/reconfig.c	2010-06-01 12:58:23.000000000 +0200
01101d
@@ -138,8 +138,8 @@ void hard_reconfig( void )
01101d
           *      b. Terminate running servers and cancel retry attempts, in case
01101d
           *         of reconfiguration
01101d
           */
01101d
-         svc_deactivate( osp ) ;
01101d
          terminate_servers( osp ) ;
01101d
+         svc_deactivate( osp ) ;
01101d
          cancel_service_retries( osp ) ;
01101d
 
01101d
          /*