mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
fix build for n00buntu
This commit is contained in:
parent
0651b01abf
commit
4c3a0eb357
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user