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 1621 by michael, Tue Oct 30 21:04:38 2012 UTC vs.
Revision 1622 by michael, Thu Nov 1 13:16:37 2012 UTC

# Line 749 | Line 749 | clear_out_address_conf(void)
749         */  
750        if (!(arec->aconf->flags & CONF_FLAGS_TEMPORARY))
751        {
752 +      /* XXX HACK */
753 +        if (arec->type == CONF_KLINE && !IsConfMain(arec->aconf))
754 +          continue;
755 +
756          dlinkDelete(&arec->node, &atable[i]);
757          /* unlink it from link list - Dianora */
758          arec->aconf->status |= CONF_ILLEGAL;

Diff Legend

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