[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.5 and 1.6

version 1.5, 2003/07/31 09:21:02 version 1.6, 2003/08/26 09:58:43
Line 96 
Line 96 
         none_enabled = 0;          none_enabled = 0;
         packet_check_eom();          packet_check_eom();
         userauth_banner();          userauth_banner();
         if (options.password_authentication && authctxt->valid)          if (options.password_authentication)
                 return (PRIVSEP(auth_password(authctxt, "")));                  return (PRIVSEP(auth_password(authctxt, "")));
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6