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

Freeswitch SVN mikej at freeswitch.org
Fri Dec 14 17:59:17 EST 2007


Author: mikej
Date: Fri Dec 14 17:59:17 2007
New Revision: 6800

Modified:
   freeswitch/trunk/src/switch.c

Log:
don't use hight priority for windows service.

Modified: freeswitch/trunk/src/switch.c
==============================================================================
--- freeswitch/trunk/src/switch.c	(original)
+++ freeswitch/trunk/src/switch.c	Fri Dec 14 17:59:17 2007
@@ -177,9 +177,6 @@
 	/* update the service status */
 	SetServiceStatus(hStatus, &status);
 
-	/* run freeswitch with elevated priority */
-	set_high_priority();
-
 	/* 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