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 5511 by michael, Mon Feb 9 19:32:22 2015 UTC vs.
Revision 5514 by michael, Mon Feb 9 19:37:04 2015 UTC

# Line 1124 | Line 1124 | oper_privs_as_string(const unsigned int
1124   const char *
1125   get_oper_name(const struct Client *client_p)
1126   {
1127 <  /* +5 for !,@,{,} and null */
1128 <  static char buffer[NICKLEN + USERLEN + HOSTLEN + HOSTLEN + 5];
1127 >  static char buffer[IRCD_BUFSIZE];
1128  
1129    if (IsServer(client_p))
1130      return client_p->name;

Diff Legend

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