mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
fix build for n00buntu
This commit is contained in:
@@ -2402,7 +2402,7 @@ static int switch_system_fork(const char *cmd, switch_bool_t wait)
|
||||
}
|
||||
|
||||
set_low_priority();
|
||||
system(cmd);
|
||||
i = system(cmd);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user