mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
issue #4678
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2048,6 +2048,8 @@ int main(int argc, char *argv[])
|
||||
ast_verbose("[ Reading Master Configuration ]");
|
||||
ast_readconfig();
|
||||
|
||||
#ifndef __CYGWIN__
|
||||
|
||||
if (!is_child_of_nonroot && ast_set_priority(option_highpriority)) {
|
||||
exit(1);
|
||||
}
|
||||
@@ -2083,6 +2085,8 @@ int main(int argc, char *argv[])
|
||||
ast_verbose("Running as user '%s'\n", runuser);
|
||||
}
|
||||
|
||||
#endif /* __CYGWIN__ */
|
||||
|
||||
term_init();
|
||||
printf(term_end());
|
||||
fflush(stdout);
|
||||
|
||||
Reference in New Issue
Block a user