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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.223 and 1.224

version 1.223, 2010/04/16 01:47:26 version 1.224, 2010/04/16 21:14:27
Line 93 
Line 93 
          */           */
         xasprintf(&tmp, "exec %s", proxy_command);          xasprintf(&tmp, "exec %s", proxy_command);
         command_string = percent_expand(tmp, "h", host, "p", strport,          command_string = percent_expand(tmp, "h", host, "p", strport,
             "u", options.user, (char *)NULL);              "r", options.user, (char *)NULL);
         xfree(tmp);          xfree(tmp);
   
         /* Create pipes for communicating with the proxy. */          /* Create pipes for communicating with the proxy. */

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224