[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.110 and 1.111

version 1.110, 2013/10/10 12:27:38 version 1.111, 2013/10/10 12:29:35
Line 62 
Line 62 
                 fatal("gettimeofday failed");                  fatal("gettimeofday failed");
         memcpy(&c->activity_time, &c->creation_time, sizeof c->activity_time);          memcpy(&c->activity_time, &c->creation_time, sizeof c->activity_time);
   
           environ_init(&c->environ);
   
         c->cmdq = cmdq_new(c);          c->cmdq = cmdq_new(c);
         c->cmdq->client_exit = 1;          c->cmdq->client_exit = 1;
   

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