The reload timestamp was getting set after reloading the built-in stuff, and before the modules.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@61704
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_verbose("The previous reload command didn't finish yet\n");
return -1;
}
+ time(&ast_lastreloadtime);
+
if (!name || !strcasecmp(name, "extconfig")) {
read_config_maps();
reloaded = 2;
dnsmgr_reload();
reloaded = 2;
}
- time(&ast_lastreloadtime);
ast_mutex_lock(&modlock);
oldversion = modlistver;