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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.162 and 1.163

version 1.162, 2006/04/20 09:27:09 version 1.163, 2006/05/16 09:00:00
Line 840 
Line 840 
   
         debug2("%s: accepted tty %d, subsys %d, cmd %s", __func__,          debug2("%s: accepted tty %d, subsys %d, cmd %s", __func__,
             cctx->want_tty, cctx->want_subsys, cmd);              cctx->want_tty, cctx->want_subsys, cmd);
           xfree(cmd);
   
         /* Gather fds from client */          /* Gather fds from client */
         new_fd[0] = mm_receive_fd(client_fd);          new_fd[0] = mm_receive_fd(client_fd);

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163