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

Comparing ircd-hybrid/branches/8.2.x/src/conf.c (file contents):
Revision 4597 by michael, Sat Aug 30 16:56:59 2014 UTC vs.
Revision 4627 by michael, Sun Sep 21 09:47:43 2014 UTC

# Line 1143 | Line 1143 | get_oper_name(const struct Client *clien
1143    /* +5 for !,@,{,} and null */
1144    static char buffer[NICKLEN + USERLEN + HOSTLEN + HOSTLEN + 5];
1145  
1146 +  if (IsServer(client_p))
1147 +    return client_p->name;
1148 +
1149    if (MyConnect(client_p))
1150    {
1151      if ((cnode = client_p->connection->confs.head))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines