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

Diff for /src/usr.bin/ssh/auth2-none.c between version 1.19 and 1.20

version 1.19, 2017/05/30 14:27:22 version 1.20, 2017/05/30 14:29:59
Line 51 
Line 51 
 static int none_enabled = 1;  static int none_enabled = 1;
   
 static int  static int
 userauth_none(Authctxt *authctxt)  userauth_none(struct ssh *ssh)
 {  {
         struct ssh *ssh = active_state; /* XXX */  
         int r;          int r;
   
         none_enabled = 0;          none_enabled = 0;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20