749 |
|
* We keep the temporary K-lines and destroy the permanent ones, |
750 |
|
* just to be confusing :) -A1kmm |
751 |
|
*/ |
752 |
< |
if (arec->conf->hold || IsConfDatabase(arec->conf)) |
752 |
> |
if (arec->conf->until || IsConfDatabase(arec->conf)) |
753 |
|
continue; |
754 |
|
|
755 |
|
dlinkDelete(&arec->node, &atable[i]); |
801 |
|
{ |
802 |
|
struct AddressRec *arec = ptr->data; |
803 |
|
|
804 |
< |
if (!arec->conf->hold || arec->conf->hold > CurrentTime) |
804 |
> |
if (!arec->conf->until || arec->conf->until > CurrentTime) |
805 |
|
continue; |
806 |
|
|
807 |
|
switch (arec->type) |