[Freeswitch-svn] [commit] r9115 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Mon Jul 21 01:05:37 EDT 2008


Author: mikej
Date: Mon Jul 21 01:05:36 2008
New Revision: 9115

Modified:
   freeswitch/trunk/src/switch.c

Log:
fix windows running as a service (FSCORE-159)

Modified: freeswitch/trunk/src/switch.c
==============================================================================
--- freeswitch/trunk/src/switch.c	(original)
+++ freeswitch/trunk/src/switch.c	Mon Jul 21 01:05:36 2008
@@ -179,6 +179,8 @@
 	/* update the service status */
 	SetServiceStatus(hStatus, &status);
 
+	switch_core_set_globals();
+
 	/* attempt to initialize freeswitch and load modules */
 	if (switch_core_init_and_modload(flags, SWITCH_FALSE, &err) != SWITCH_STATUS_SUCCESS) {
 		/* freeswitch did not start sucessfully */



More information about the Freeswitch-svn mailing list