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 7c6fa2e..97ee59b 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) { - static char ubuf[12]; + char ubuf[66]; if (!IsClient(target_p)) return; |