Blame SOURCES/xinetd-2.3.15-creds.patch

f5f232
Patch by Thomas Swan <thomas.swan@gmail.com>
f5f232
f5f232
diff --git a/xinetd/builtins.c b/xinetd/builtins.c
f5f232
index e61502f..a414cf3 100644
f5f232
--- a/xinetd/builtins.c
f5f232
+++ b/xinetd/builtins.c
f5f232
@@ -695,7 +695,7 @@ static void tcpmux_handler( const struct server *serp )
f5f232
    if( SC_IS_INTERNAL( scp ) ) {
f5f232
       SC_INTERNAL(scp, nserp);
f5f232
    } else {
f5f232
-      exec_server(nserp);
f5f232
+      child_process(nserp);
f5f232
    }
f5f232
 }
f5f232