diff options
Diffstat (limited to 'src/s_serv.c')
-rw-r--r-- | src/s_serv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_serv.c b/src/s_serv.c index 97ee59b..8fbf889 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -570,7 +570,7 @@ send_capabilities(struct Client *client_p, int cap_can_send) void sendnick_TS(struct Client *client_p, struct Client *target_p) { - char ubuf[66]; + char ubuf[IRCD_BUFSIZE]; if (!IsClient(target_p)) return; |