Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.

This commit is contained in:
Nicholas Marriott
2013-10-06 00:48:24 +01:00
parent f141e9b37a
commit fa1375c09f
4 changed files with 85 additions and 46 deletions

View File

@ -236,7 +236,6 @@ void
server_lock_client(struct client *c)
{
const char *cmd;
size_t cmdlen;
if (c->flags & CLIENT_CONTROL)
return;