# | Line 727 | Line 727 | hostmask_expire_temporary(void) | |
---|---|---|
727 | { | |
728 | struct AddressRec *arec = node->data; | |
729 | ||
730 | < | if (arec->conf->until == 0 || arec->conf->until > CurrentTime) |
730 | > | if (arec->conf->until == 0 || arec->conf->until > event_base->time.sec_real) |
731 | continue; | |
732 | ||
733 | switch (arec->type) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |