[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.92 and 1.93

version 1.92, 2001/06/19 15:40:45 version 1.93, 2001/06/21 21:08:25
Line 505 
Line 505 
         if (forced_command) {          if (forced_command) {
                 original_command = command;                  original_command = command;
                 command = forced_command;                  command = forced_command;
                 forced_command = NULL;  
                 debug("Forced command '%.900s'", command);                  debug("Forced command '%.900s'", command);
         }          }
   

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93