fix build for n00buntu

This commit is contained in:
Anthony Minessale 2011-09-13 08:37:40 -05:00
parent 0651b01abf
commit 4c3a0eb357
1 changed files with 1 additions and 1 deletions

View File

@ -2402,7 +2402,7 @@ static int switch_system_fork(const char *cmd, switch_bool_t wait)
} }
set_low_priority(); set_low_priority();
system(cmd); i = system(cmd);
exit(0); exit(0);
} }