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

Diff for /src/usr.bin/ssh/session.c between version 1.274 and 1.275

version 1.274, 2014/07/15 15:54:14 version 1.275, 2014/12/22 07:55:51
Line 2255 
Line 2255 
                 debug("X11 forwarding disabled in server configuration file.");                  debug("X11 forwarding disabled in server configuration file.");
                 return 0;                  return 0;
         }          }
         if (!options.xauth_location ||          if (options.xauth_location == NULL ||
             (stat(options.xauth_location, &st) == -1)) {              (stat(options.xauth_location, &st) == -1)) {
                 packet_send_debug("No xauth program; cannot forward with spoofing.");                  packet_send_debug("No xauth program; cannot forward with spoofing.");
                 return 0;                  return 0;

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275