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

Comparing ircd-hybrid-7.2/src/s_auth.c (file contents):
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC vs.
Revision 1013 by michael, Sun Oct 18 14:26:49 2009 UTC

# Line 458 | Line 458 | auth_connect_callback(fde_t *fd, int err
458      return;
459    }
460  
461 <  if (getsockname(auth->client->localClient->fd.fd, (struct sockaddr *) &us,
462 <      (socklen_t *) &ulen) ||
463 <      getpeername(auth->client->localClient->fd.fd, (struct sockaddr *) &them,
464 <      (socklen_t *) &tlen))
461 >  if (getsockname(auth->client->localClient->fd.fd, (struct sockaddr *)&us,
462 >      &ulen) ||
463 >      getpeername(auth->client->localClient->fd.fd, (struct sockaddr *)&them,
464 >      &tlen))
465    {
466      ilog(L_INFO, "auth get{sock,peer}name error for %s",
467          get_client_name(auth->client, SHOW_IP));

Diff Legend

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