]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fixed typo in huntgroup name addition
authorAlan T. DeKok <aland@freeradius.org>
Sat, 10 Sep 2011 18:32:08 +0000 (20:32 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 10 Sep 2011 18:32:08 +0000 (20:32 +0200)
src/modules/rlm_preprocess/rlm_preprocess.c

index 0101850f779ee47472cbfe518cc48c5762672ce0..2ff95dfe9c3d2bbe3811bf6e52fc274cac1a8d09 100644 (file)
@@ -399,7 +399,7 @@ static int huntgroup_access(REQUEST *request, PAIR_LIST *huntgroups)
                        if (!vp) {
                                vp = radius_paircreate(request,
                                                       &request->packet->vps,
-                                                      PW_HUNTGROUP_NAME, 9,
+                                                      PW_HUNTGROUP_NAME, 0,
                                                       PW_TYPE_STRING);
                                strlcpy(vp->vp_strvalue, i->name,
                                        sizeof(vp->vp_strvalue));