[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.323 and 1.324

version 1.323, 2019/11/13 04:47:52 version 1.324, 2020/01/09 03:28:38
Line 74 
Line 74 
 /* Expand a proxy command */  /* Expand a proxy command */
 static char *  static char *
 expand_proxy_command(const char *proxy_command, const char *user,  expand_proxy_command(const char *proxy_command, const char *user,
     const char *host, const char *host_arg, int port)      const char *host_arg, const char *host, int port)
 {  {
         char *tmp, *ret, strport[NI_MAXSERV];          char *tmp, *ret, strport[NI_MAXSERV];
   

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324