Skip to content

Commit

Permalink
Module-Failure-Message goes in request, not in reply
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 13, 2010
1 parent c34b51f commit 401dcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_mschap/rlm_mschap.c
Expand Up @@ -718,7 +718,7 @@ static int do_mschap(rlm_mschap_t *inst,
"%s: External script says %s",
inst->xlat_name, buffer);
vp->length = strlen(vp->vp_strvalue);
pairadd(&request->reply->vps, vp);
pairadd(&request->request->vps, vp);
return -1;
}

Expand Down

0 comments on commit 401dcce

Please sign in to comment.