Skip to content

Commit

Permalink
Assertions for scan complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 17, 2014
1 parent 84947b5 commit 1d762b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/rlm_mschap/rlm_mschap.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ static int do_mschap_cpw(rlm_mschap_t *inst,
uint8_t *old_nt_hash,
int do_ntlm_auth)
{
rad_assert(request != NULL);

if (inst->ntlm_cpw && do_ntlm_auth) {
/*
* we're going to run ntlm_auth in helper-mode
Expand Down

0 comments on commit 1d762b8

Please sign in to comment.