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

Diff for /src/usr.bin/ssh/ssh.c between version 1.206 and 1.207

version 1.206, 2003/12/16 15:49:51 version 1.207, 2004/03/09 22:11:05
Line 762 
Line 762 
                                     xauthdir);                                      xauthdir);
                                 snprintf(cmd, sizeof(cmd),                                  snprintf(cmd, sizeof(cmd),
                                     "%s -f %s generate %s " SSH_X11_PROTO                                      "%s -f %s generate %s " SSH_X11_PROTO
                                     " untrusted timeout 120 2>" _PATH_DEVNULL,                                      " untrusted timeout 1200 2>" _PATH_DEVNULL,
                                     options.xauth_location, xauthfile, display);                                      options.xauth_location, xauthfile, display);
                                 debug2("x11_get_proto: %s", cmd);                                  debug2("x11_get_proto: %s", cmd);
                                 if (system(cmd) == 0)                                  if (system(cmd) == 0)

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207