mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
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:
parent
95285b1a31
commit
dd80550818
@ -177,9 +177,6 @@ void WINAPI service_main(DWORD numArgs, char **args)
|
||||
/* 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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user