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

Comparing ircd-hybrid-8/src/s_serv.c (file contents):
Revision 1401 by michael, Tue May 8 18:58:13 2012 UTC vs.
Revision 1413 by michael, Sat May 26 08:25:12 2012 UTC

# Line 1143 | Line 1143 | serv_connect(struct AccessItem *aconf, s
1143    /* Make sure aconf is useful */
1144    assert(aconf != NULL);
1145  
1146  if(aconf == NULL)
1147    return (0);
1148
1146    /* XXX should be passing struct ConfItem in the first place */
1147    conf = unmap_conf_item(aconf);
1148  
1149    /* log */
1150    getnameinfo((struct sockaddr *)&aconf->addr, aconf->addr.ss_len,
1151                buf, sizeof(buf), NULL, 0, NI_NUMERICHOST);
1152 <  ilog(LOG_TYPE_IRCD, "Connect to %s[%s] @%s", aconf->user, aconf->host,
1152 >  ilog(LOG_TYPE_IRCD, "Connect to %s[%s] @%s", conf->name, aconf->host,
1153         buf);
1154  
1155    /* Still processing a DNS lookup? -> exit */

Diff Legend

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