mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.
This commit is contained in:
@ -236,7 +236,6 @@ void
|
||||
server_lock_client(struct client *c)
|
||||
{
|
||||
const char *cmd;
|
||||
size_t cmdlen;
|
||||
|
||||
if (c->flags & CLIENT_CONTROL)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user