]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak to work around shutdown segfault in windows in background mode. This forces...
authorMichael Jerris <mike@jerris.com>
Mon, 22 Jan 2007 17:45:09 +0000 (17:45 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 22 Jan 2007 17:45:09 +0000 (17:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4017 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch.c

index 2e4f6dbcec5315155a7d8d8316e57d1e3d31c6e7..a548e571a8f95b2062181ac7c4c501384f8e2353 100644 (file)
@@ -197,9 +197,11 @@ int main(int argc, char *argv[])
        const char *err = NULL;         // error value for return from freeswitch initialization
 #ifndef WIN32
        int nf = 0;                                     // TRUE if we are running in nofork mode
+       int vg = 1;                                     // Allways TRUE on windows to not do apr_terminate
+#else
+       int vg = 0;                                     // TRUE if we are running in vg mode
 #endif
        int nc = 0;                                     // TRUE if we are running in noconsole mode
-       int vg = 0;                                     // TRUE if we are running in vg mode
        FILE *f;                                        // file handle to the pid file
        pid_t pid = 0;                          // 
        int x;                                          //