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

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