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

Diff for /src/usr.bin/ssh/channels.c between version 1.408 and 1.409

version 1.408, 2021/09/14 11:04:21 version 1.409, 2022/01/01 01:55:30
Line 533 
Line 533 
         }          }
 }  }
   
 /* Adds an entry to the spcified forwarding list */  /* Adds an entry to the specified forwarding list */
 static int  static int
 permission_set_add(struct ssh *ssh, int who, int where,  permission_set_add(struct ssh *ssh, int who, int where,
     const char *host_to_connect, int port_to_connect,      const char *host_to_connect, int port_to_connect,

Legend:
Removed from v.1.408  
changed lines
  Added in v.1.409