]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 17 Nov 2008 22:03:49 +0000 (22:03 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 17 Nov 2008 22:03:49 +0000 (22:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10432 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_xml.c

index cb15a5cb07b0ae262b5935cf4ecc328f89224c74..268312cb8a22794a58d5926d818892d3ece8bc81 100644 (file)
@@ -1131,7 +1131,7 @@ static int preprocess_exec(const char *cwd, const char *command, int write_fd, i
                } else { /*  child */
                        close(fds[0]);
                        dup2(fds[1], STDOUT_FILENO);
-                       system(command);
+                       switch_system(command, SWITCH_TRUE);
                        close(fds[1]);
                        exit(0);
                }