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

Diff for /src/usr.bin/ssh/mux.c between version 1.92 and 1.93

version 1.92, 2022/01/11 01:26:47 version 1.93, 2022/05/05 00:55:11
Line 227 
Line 227 
   
 /* Check mux client environment variables before passing them to mux master. */  /* Check mux client environment variables before passing them to mux master. */
 static int  static int
 env_permitted(char *env)  env_permitted(const char *env)
 {  {
         int i, ret;          int i, ret;
         char name[1024], *cp;          char name[1024], *cp;

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93