diff options
-rw-r--r-- | accel-pppd/radius/auth.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/accel-pppd/radius/auth.c b/accel-pppd/radius/auth.c index 0efe1c6f..675f9486 100644 --- a/accel-pppd/radius/auth.c +++ b/accel-pppd/radius/auth.c @@ -324,7 +324,6 @@ int rad_auth_chap_md5(struct radius_pd_t *rpd, const char *username, va_list arg rpd->auth_req->pack->id++; } - return r; out: rad_req_free(rpd->auth_req); rpd->auth_req = NULL; @@ -448,7 +447,6 @@ int rad_auth_mschap_v1(struct radius_pd_t *rpd, const char *username, va_list ar *mschap_error = ra->val.string; } - return r; out: rad_req_free(rpd->auth_req); rpd->auth_req = NULL; @@ -540,9 +538,6 @@ int rad_auth_mschap_v2(struct radius_pd_t *rpd, const char *username, va_list ar *reply_msg = ra->val.string; } - - - return r; out: rad_req_free(rpd->auth_req); rpd->auth_req = NULL; |