Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Sep 2010 10:13:23 +0000 (12:13 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Sep 2010 10:14:15 +0000 (12:14 +0200)
src/modules/rlm_mschap/rlm_mschap.c

index 62d45ac..353192a 100644 (file)
@@ -721,7 +721,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->request->vps, vp);
+                       pairadd(&request->packet->vps, vp);
                        return -1;
                }