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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 2658 by michael, Sat Nov 2 17:07:38 2013 UTC vs.
Revision 2659 by michael, Thu Dec 12 19:36:08 2013 UTC

# Line 1798 | Line 1798 | valid_wild_card(struct Client *source_p,
1798           * break - no point in searching further.
1799           */
1800          if (++nonwild >= ConfigFileEntry.min_nonwildcard)
1801 +        {
1802 +          va_end(args);
1803            return 1;
1804 +        }
1805        }
1806      }
1807    }
# Line 1806 | Line 1809 | valid_wild_card(struct Client *source_p,
1809    if (warn)
1810      sendto_one(source_p, ":%s NOTICE %s :Please include at least %d non-wildcard characters with the mask",
1811                 me.name, source_p->name, ConfigFileEntry.min_nonwildcard);
1812 +  va_end(args);
1813    return 0;
1814   }
1815  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines