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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 7536 by michael, Sat Apr 2 15:55:37 2016 UTC vs.
Revision 7537 by michael, Mon Apr 11 15:02:47 2016 UTC

# Line 367 | Line 367 | check_client(struct Client *source_p)
367        /* jdc - lists server name & port connections are on */
368        /*       a purely cosmetical change */
369        sendto_realops_flags(UMODE_UNAUTH, L_ALL, SEND_NOTICE,
370 <                           "Unauthorized client connection from %s [%s] on [%s/%u].",
370 >                           "Unauthorized client connection from %s on [%s/%u].",
371                             get_client_name(source_p, SHOW_IP),
372                           source_p->sockhost,
372                             source_p->connection->listener->name,
373                             source_p->connection->listener->port);
374        ilog(LOG_TYPE_IRCD, "Unauthorized client connection from %s on [%s/%u].",

Diff Legend

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