Fixed a typo in a code comment for LM-Response
authorHerwin Weststrate <herwin@quarantainenet.nl>
Tue, 22 Jul 2014 16:45:11 +0000 (18:45 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 22 Aug 2014 11:20:10 +0000 (07:20 -0400)
src/modules/rlm_mschap/rlm_mschap.c

index d4f1e72..0101ddf 100644 (file)
@@ -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) {