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

Diff for /src/usr.bin/ssh/servconf.h between version 1.139 and 1.140

version 1.139, 2019/01/19 21:37:48 version 1.140, 2019/04/18 18:56:16
Line 219 
Line 219 
         const char *laddress;   /* local address */          const char *laddress;   /* local address */
         int lport;              /* local port */          int lport;              /* local port */
         const char *rdomain;    /* routing domain if available */          const char *rdomain;    /* routing domain if available */
           int test;               /* test mode, allow some attributes to be
                                    * unspecified */
 };  };
   
   

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140