[BACK]Return to cmd-attach-session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.36 and 1.37

version 1.36, 2015/06/07 21:39:39 version 1.37, 2015/06/09 07:07:06
Line 100 
Line 100 
                          * the same session as currently attached to.                           * the same session as currently attached to.
                          */                           */
                         TAILQ_FOREACH(c_loop, &clients, entry) {                          TAILQ_FOREACH(c_loop, &clients, entry) {
                                 if (c_loop->session != s || c == c)                                  if (c_loop->session != s || c == c_loop)
                                         continue;                                          continue;
                                 server_write_client(c, MSG_DETACH,                                  server_write_client(c, MSG_DETACH,
                                     c_loop->session->name,                                      c_loop->session->name,

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37