Fix the previous revision.
This commit is contained in:
parent
6ca5e47f69
commit
32f20dc511
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ zdon(void)
|
||||||
int dowant;
|
int dowant;
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
|
|
||||||
if (update_demandpolicy != UDDEM_DISABLE) {
|
if (update_demandpolicy == UDDEM_DISABLE) {
|
||||||
pr("Demand updates are not enabled.\n");
|
pr("Demand updates are not enabled.\n");
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue