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

Diff for /src/usr.bin/ssh/mux.c between version 1.58 and 1.59

version 1.58, 2016/01/13 23:04:47 version 1.59, 2016/04/01 02:34:10
Line 1284 
Line 1284 
         /* Now atomically "move" the mux socket into position */          /* Now atomically "move" the mux socket into position */
         if (link(options.control_path, orig_control_path) != 0) {          if (link(options.control_path, orig_control_path) != 0) {
                 if (errno != EEXIST) {                  if (errno != EEXIST) {
                         fatal("%s: link mux listener %s => %s: %s", __func__,                          fatal("%s: link mux listener %s => %s: %s", __func__,
                             options.control_path, orig_control_path,                              options.control_path, orig_control_path,
                             strerror(errno));                              strerror(errno));
                 }                  }

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