mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
fix build for n00buntu
This commit is contained in:
+1
-1
@@ -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