Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 9274a1e19093352b5e787f749f96bcf8 > files > 24

xinetd-2.3.15-10.fc19.src.rpm

Patch by Thomas Swan <thomas.swan@gmail.com>

diff --git a/xinetd/builtins.c b/xinetd/builtins.c
index e61502f..a414cf3 100644
--- a/xinetd/builtins.c
+++ b/xinetd/builtins.c
@@ -695,7 +695,7 @@ static void tcpmux_handler( const struct server *serp )
    if( SC_IS_INTERNAL( scp ) ) {
       SC_INTERNAL(scp, nserp);
    } else {
-      exec_server(nserp);
+      child_process(nserp);
    }
 }