Invalid assert
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Dec 2015 15:58:44 +0000 (10:58 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Dec 2015 15:59:03 +0000 (10:59 -0500)
src/modules/rlm_mschap/rlm_mschap.c

index 9027396..94ada65 100644 (file)
@@ -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];