don't use hight priority for windows service.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6800 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-14 22:59:17 +00:00
parent 95285b1a31
commit dd80550818
1 changed files with 0 additions and 3 deletions

View File

@ -177,9 +177,6 @@ void WINAPI service_main(DWORD numArgs, char **args)
/* update the service status */ /* update the service status */
SetServiceStatus(hStatus, &status); SetServiceStatus(hStatus, &status);
/* run freeswitch with elevated priority */
set_high_priority();
/* attempt to initialize freeswitch and load modules */ /* attempt to initialize freeswitch and load modules */
if (switch_core_init_and_modload(flags, SWITCH_FALSE, &err) != SWITCH_STATUS_SUCCESS) { if (switch_core_init_and_modload(flags, SWITCH_FALSE, &err) != SWITCH_STATUS_SUCCESS) {
/* freeswitch did not start sucessfully */ /* freeswitch did not start sucessfully */