From 8acd3f9564daf6127ca74b19eb3f65545729b766 Mon Sep 17 00:00:00 2001 From: marschap Date: Tue, 28 Mar 2006 10:57:38 +0000 Subject: [PATCH] increase buffer for client name; spotted by M. Dolze; original patch by A. Foss --- server/commands/client_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/commands/client_commands.c b/server/commands/client_commands.c index bac9dda..e207279 100644 --- a/server/commands/client_commands.c +++ b/server/commands/client_commands.c @@ -96,7 +96,7 @@ int client_set_func (Client * c, int argc, char **argv) { int i; - char str[16]; + char str[256]; memset(str, '\0', sizeof(str)); if (!c->ack)