[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.221 and 1.222

version 1.221, 2010/04/10 00:04:30 version 1.222, 2010/04/14 22:27:42
Line 92 
Line 92 
          * (e.g. Solaris)           * (e.g. Solaris)
          */           */
         xasprintf(&tmp, "exec %s", proxy_command);          xasprintf(&tmp, "exec %s", proxy_command);
         command_string = percent_expand(tmp, "h", host,          command_string = percent_expand(tmp, "h", host, "p", strport,
             "p", strport, (char *)NULL);              "u", 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.221  
changed lines
  Added in v.1.222