ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/hostmask.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/hostmask.c (file contents):
Revision 8925 by michael, Sat Feb 2 16:51:30 2019 UTC vs.
Revision 8926 by michael, Mon Apr 22 11:08:36 2019 UTC

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)