[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.108.2.2 and 1.108.2.3

version 1.108.2.2, 2002/03/07 17:37:47 version 1.108.2.3, 2002/03/08 15:17:18
Line 857 
Line 857 
 }  }
   
 /*  /*
  * Run $HOME/.ssh/rc, /etc/ssh/sshrc, or xauth (whichever is found   * Run $HOME/.ssh/rc, /etc/sshrc, or xauth (whichever is found
  * first in this order).   * first in this order).
  */   */
 static void  static void
Line 1062 
Line 1062 
   
         /*          /*
          * Must take new environment into use so that .ssh/rc,           * Must take new environment into use so that .ssh/rc,
          * /etc/ssh/sshrc and xauth are run in the proper environment.           * /etc/sshrc and xauth are run in the proper environment.
          */           */
         environ = env;          environ = env;
   

Legend:
Removed from v.1.108.2.2  
changed lines
  Added in v.1.108.2.3