(opt_DEMANDUPDATE): Remove. Deities can use update_demandpolicy to
control demand updates.
This commit is contained in:
parent
d0e2834ca9
commit
6ca5e47f69
6 changed files with 30 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue