[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.167 and 1.168

version 1.167, 2003/11/04 08:54:09 version 1.168, 2003/11/21 11:57:03
Line 781 
Line 781 
         env[0] = NULL;          env[0] = NULL;
   
 #ifdef GSSAPI  #ifdef GSSAPI
         /* Allow any GSSAPI methods that we've used to alter          /* Allow any GSSAPI methods that we've used to alter
          * the childs environment as they see fit           * the childs environment as they see fit
          */           */
         ssh_gssapi_do_child(&env, &envsize);          ssh_gssapi_do_child(&env, &envsize);

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168