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

Diff for /src/usr.bin/ssh/ssh.c between version 1.308 and 1.309

version 1.308, 2007/11/03 02:03:49 version 1.309, 2008/01/19 20:51:26
Line 1373 
Line 1373 
         if (options.forward_agent)          if (options.forward_agent)
                 flags |= SSHMUX_FLAG_AGENT_FWD;                  flags |= SSHMUX_FLAG_AGENT_FWD;
   
           signal(SIGPIPE, SIG_IGN);
   
         buffer_init(&m);          buffer_init(&m);
   
         /* Send our command to server */          /* Send our command to server */

Legend:
Removed from v.1.308  
changed lines
  Added in v.1.309