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

Comparing ircd-hybrid-7.2/src/irc_reslib.c (file contents):
Revision 995 by michael, Fri Aug 21 10:11:14 2009 UTC vs.
Revision 996 by michael, Fri Aug 21 10:16:29 2009 UTC

# Line 143 | Line 143 | int
143   irc_res_init(void)
144   {
145    irc_nscount = 0;
146 +  memset(irc_nsaddr_list, 0, sizeof(irc_nsaddr_list));
147 +
148    return parse_resvconf();
149   }
150  

Diff Legend

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