| diff -ru dropbear-2017.75.orig/svr-auth.c dropbear-2017.75/svr-auth.c |
| |
| |
| @@ -300,6 +300,7 @@ |
| } |
| /* no matching shell */ |
| endusershell(); |
| + return DROPBEAR_SUCCESS; |
| TRACE(("no matching shell")) |
| dropbear_log(LOG_WARNING, "User '%s' has invalid shell, rejected", |
| ses.authstate.pw_name); |