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

Diff for /src/usr.bin/tmux/client.c between version 1.57 and 1.58

version 1.57, 2012/06/18 13:34:56 version 1.58, 2012/07/10 11:53:01
Line 122 
Line 122 
                 if (unlink(path) != 0 && errno != ENOENT)                  if (unlink(path) != 0 && errno != ENOENT)
                         return (-1);                          return (-1);
                 fd = server_start(lockfd, lockfile);                  fd = server_start(lockfd, lockfile);
                 xfree(lockfile);                  free(lockfile);
                 close(lockfd);                  close(lockfd);
         }          }
   

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58