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

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.8 and 1.9

version 1.8, 2010/07/11 17:06:45 version 1.9, 2010/07/24 20:11:59
Line 109 
Line 109 
         if (ctx->cmdclient != NULL) {          if (ctx->cmdclient != NULL) {
                 ctx->cmdclient->references--;                  ctx->cmdclient->references--;
                 exitdata.retcode = ctx->cmdclient->retcode;                  exitdata.retcode = ctx->cmdclient->retcode;
                 server_write_client(                  ctx->cmdclient->flags |= CLIENT_EXIT;
                     ctx->cmdclient, MSG_EXIT, &exitdata, sizeof exitdata);  
         }          }
         if (ctx->curclient != NULL)          if (ctx->curclient != NULL)
                 ctx->curclient->references--;                  ctx->curclient->references--;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9