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-7.2/src/s_bsd.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 169 by michael, Fri Oct 21 09:37:16 2005 UTC

# Line 361 | Line 361 | add_connection(struct Listener* listener
361     * copy address to 'sockhost' as a string, copy it to host too
362     * so we have something valid to put into error messages...
363     */
364  new_client->localClient->port = ntohs(irn.ss_port);
364    memcpy(&new_client->localClient->ip, &irn, sizeof(struct irc_ssaddr));
365  
366    irc_getnameinfo((struct sockaddr*)&new_client->localClient->ip,

Diff Legend

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