summaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-xinetd::builtins.c
blob: 49e31e8fce2c288c1a1e67d4004baff42056fdca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xinetd/builtins.c.orig	2013-10-03 16:04:32.562080623 +0400
+++ xinetd/builtins.c	2013-10-03 16:04:57.297350342 +0400
@@ -617,7 +617,7 @@
    if( SC_IS_INTERNAL( scp ) ) {
       SC_INTERNAL(scp, nserp);
    } else {
-      exec_server(nserp);
+      child_process(nserp);
    }
 }