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

Diff for /src/usr.bin/tmux/cmd-rename-session.c between version 1.1 and 1.2

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/07/10 17:34:51
Line 53 
Line 53 
         xfree(s->name);          xfree(s->name);
         s->name = xstrdup(data->arg);          s->name = xstrdup(data->arg);
   
           server_status_session(s);
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2