mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-24 11:56:10 +02:00
tabs are better; ok nicm
This commit is contained in:
@@ -492,8 +492,8 @@ server_client_msg_dispatch(struct client *c)
|
||||
struct msg_environ_data environdata;
|
||||
ssize_t n, datalen;
|
||||
|
||||
if ((n = imsg_read(&c->ibuf)) == -1 || n == 0)
|
||||
return (-1);
|
||||
if ((n = imsg_read(&c->ibuf)) == -1 || n == 0)
|
||||
return (-1);
|
||||
|
||||
for (;;) {
|
||||
if ((n = imsg_get(&c->ibuf, &imsg)) == -1)
|
||||
|
Reference in New Issue
Block a user