[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.144 and 1.145

version 1.144, 2015/10/27 13:23:24 version 1.145, 2015/10/27 15:58:42
Line 217 
Line 217 
   
         server_client_loop();          server_client_loop();
   
         if (!options_get_number(&global_options, "exit-unattached")) {          if (!options_get_number(global_options, "exit-unattached")) {
                 if (!RB_EMPTY(&sessions))                  if (!RB_EMPTY(&sessions))
                         return (0);                          return (0);
         }          }

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145