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

Diff for /src/usr.bin/tmux/server.c between version 1.61 and 1.62

version 1.61, 2009/10/26 21:38:18 version 1.62, 2009/10/26 21:42:04
Line 667 
Line 667 
 server_lock_sessions(void)  server_lock_sessions(void)
 {  {
         struct session  *s;          struct session  *s;
         u_int            i;          u_int            i;
         int              timeout;          int              timeout;
         time_t           t;          time_t           t;
   
         t = time(NULL);          t = time(NULL);
         for (i = 0; i < ARRAY_LENGTH(&sessions); i++) {          for (i = 0; i < ARRAY_LENGTH(&sessions); i++) {
                 if ((s = ARRAY_ITEM(&sessions, i)) == NULL)                  if ((s = ARRAY_ITEM(&sessions, i)) == NULL)
                         continue;                          continue;
   

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62