diff options
-rw-r--r-- | accel-pppd/auth/auth_mschap_v1.c | 1 | ||||
-rw-r--r-- | accel-pppd/auth/auth_mschap_v2.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/accel-pppd/auth/auth_mschap_v1.c b/accel-pppd/auth/auth_mschap_v1.c index f40a8735..10424866 100644 --- a/accel-pppd/auth/auth_mschap_v1.c +++ b/accel-pppd/auth/auth_mschap_v1.c @@ -437,7 +437,6 @@ static int chap_check_response(struct chap_auth_data *ad, struct chap_response * if (!passwd) { if (conf_ppp_verbose) log_ppp_warn("mschap-v1: user not found\n"); - chap_send_failure(ad, conf_msg_failure); return PWDB_DENIED; } diff --git a/accel-pppd/auth/auth_mschap_v2.c b/accel-pppd/auth/auth_mschap_v2.c index 86917cb3..33b95dea 100644 --- a/accel-pppd/auth/auth_mschap_v2.c +++ b/accel-pppd/auth/auth_mschap_v2.c @@ -521,7 +521,6 @@ static int chap_check_response(struct chap_auth_data *ad, struct chap_response * if (!passwd) { if (conf_ppp_verbose) log_ppp_warn("mschap-v2: user not found\n"); - chap_send_failure(ad, conf_msg_failure, conf_msg_failure2); return -1; } |