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

Diff for /src/usr.bin/ssh/readconf.c between version 1.34 and 1.35

version 1.34, 2000/05/31 06:36:40 version 1.35, 2000/05/31 09:20:38
Line 708 
Line 708 
                 options->forward_x11 = 0;                  options->forward_x11 = 0;
 #ifdef XAUTH_PATH  #ifdef XAUTH_PATH
         if (options->xauth_location == NULL)          if (options->xauth_location == NULL)
                 options->xauth_location == XAUTH_PATH;                  options->xauth_location = XAUTH_PATH;
 #endif /* XAUTH_PATH */  #endif /* XAUTH_PATH */
         if (options->gateway_ports == -1)          if (options->gateway_ports == -1)
                 options->gateway_ports = 0;                  options->gateway_ports = 0;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35