Skip to content

Commit

Permalink
Fixed a typo in a code comment for LM-Response
Browse files Browse the repository at this point in the history
  • Loading branch information
qnet-herwin authored and alandekok committed Aug 22, 2014
1 parent d3df833 commit 600e331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_mschap/rlm_mschap.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static ssize_t mschap_xlat(void *instance, REQUEST *request,
}

/*
* For MS-CHAPv1, the NT-Response exists only
* For MS-CHAPv1, the LM-Response exists only
* if the second octet says so.
*/
if ((response->vp_octets[1] & 0x01) != 0) {
Expand Down

0 comments on commit 600e331

Please sign in to comment.