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

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 4411 by michael, Wed Aug 6 21:38:03 2014 UTC vs.
Revision 4413 by michael, Thu Aug 7 11:31:11 2014 UTC

# Line 731 | Line 731 | comm_accept(struct Listener *lptr, struc
731      return -1;
732    }
733  
734 <  memset(&addr, 0, sizeof(struct irc_ssaddr));
734 >  memset(addr, 0, sizeof(struct irc_ssaddr));
735  
736    /*
737     * Next, do the accept(). if we get an error, we should drop the

Diff Legend

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