mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
Move the load_modules call so that if a module needs
realtime support it will work, none do currently but a good move none the less. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2357,10 +2357,6 @@ int main(int argc, char *argv[])
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
}
|
||||
if (load_modules(0)) {
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
}
|
||||
if (init_framer()) {
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
@@ -2373,6 +2369,10 @@ int main(int argc, char *argv[])
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
}
|
||||
if (load_modules(0)) {
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
dnsmgr_start_refresh();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user