[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.111 and 1.112

version 1.111, 2013/10/10 12:29:35 version 1.112, 2013/10/11 08:07:12
Line 808 
Line 808 
                 if (imsg.hdr.peerid != PROTOCOL_VERSION) {                  if (imsg.hdr.peerid != PROTOCOL_VERSION) {
                         server_write_client(c, MSG_VERSION, NULL, 0);                          server_write_client(c, MSG_VERSION, NULL, 0);
                         c->flags |= CLIENT_BAD;                          c->flags |= CLIENT_BAD;
                           if (imsg.fd != -1)
                                   close(imsg.fd);
                         imsg_free(&imsg);                          imsg_free(&imsg);
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112