From: Arran Cudbard-Bell Date: Thu, 3 Dec 2015 15:58:44 +0000 (-0500) Subject: Invalid assert X-Git-Tag: release_3_0_11~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba500b003672229ec91b4dd924673dc3995e11d;p=thirdparty%2Ffreeradius-server.git Invalid assert --- diff --git a/src/modules/rlm_mschap/rlm_mschap.c b/src/modules/rlm_mschap/rlm_mschap.c index 9027396cb0b..94ada65acac 100644 --- a/src/modules/rlm_mschap/rlm_mschap.c +++ b/src/modules/rlm_mschap/rlm_mschap.c @@ -1748,7 +1748,6 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authenticate(void *instance, REQUEST *re RDEBUG2("Password change payload valid"); /* perform the actual password change */ - rad_assert(nt_password); if (do_mschap_cpw(inst, request, nt_password, new_nt_encrypted, old_nt_encrypted, auth_method) < 0) { char buffer[128];