]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build for n00buntu
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 13 Sep 2011 13:37:40 +0000 (08:37 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 13 Sep 2011 13:37:48 +0000 (08:37 -0500)
src/switch_core.c

index b64e185dd1687a9eb01badcc6959bad50b764206..045ff3978c10a240b52df2d9fd18f91e1c5f2d12 100644 (file)
@@ -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);
        }