[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.391 and 1.392

version 1.391, 2019/05/10 18:55:17 version 1.392, 2019/06/07 14:18:48
Line 483 
Line 483 
         }          }
 }  }
   
 /* Reutrns pointers to the specified forwarding list and its element count */  /* Returns pointers to the specified forwarding list and its element count */
 static void  static void
 permission_set_get_array(struct ssh *ssh, int who, int where,  permission_set_get_array(struct ssh *ssh, int who, int where,
     struct permission ***permpp, u_int **npermpp)      struct permission ***permpp, u_int **npermpp)

Legend:
Removed from v.1.391  
changed lines
  Added in v.1.392