# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |