(opt_DEMANDUPDATE): Remove. Deities can use update_demandpolicy to

control demand updates.
This commit is contained in:
Markus Armbruster 2007-07-08 15:26:23 +00:00
parent d0e2834ca9
commit 6ca5e47f69
6 changed files with 30 additions and 31 deletions

View file

@ -224,7 +224,7 @@ updatetime(time_t *now)
return 1;
}
}
if (opt_DEMANDUPDATE) {
if (UDDEM_DISABLE != update_demandpolicy) {
if (demand_check()) {
logerror("Demand update, at check time.");
return 1;