[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.100 and 1.101

version 1.100, 2001/08/16 19:18:34 version 1.101, 2001/09/14 18:59:11
Line 1310 
Line 1310 
                 if(strcmp(subsys, options.subsystem_name[i]) == 0) {                  if(strcmp(subsys, options.subsystem_name[i]) == 0) {
                         debug("subsystem: exec() %s", options.subsystem_command[i]);                          debug("subsystem: exec() %s", options.subsystem_command[i]);
                         s->is_subsystem = 1;                          s->is_subsystem = 1;
                         do_exec_no_pty(s, options.subsystem_command[i]);                          do_exec(s, options.subsystem_command[i]);
                         success = 1;                          success = 1;
                 }                  }
         }          }

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101