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

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