increase buffer for client name; spotted by M. Dolze; original patch by A. Foss

This commit is contained in:
marschap
2006-03-28 10:57:38 +00:00
parent 9f9150e914
commit 8acd3f9564
+1 -1
View File
@@ -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)