minor adj

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1716 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-06-30 21:45:29 +00:00
parent 7bcecfb149
commit c26480656f
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ int main(int argc, char *argv[])
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
#else
int pid;
//nice(-20);
nice(-20);
#endif
#ifdef HAVE_MLOCKALL