]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 15 Aug 2015 23:47:39 +0000 (19:47 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 19 Aug 2015 04:17:30 +0000 (00:17 -0400)
src/main/map.c

index 25fe83ae9f496f326cfe06bec66c4b91b78b9a2a..e2f142f865b30fb63e21b254792af6b5abd6920a 100644 (file)
@@ -700,7 +700,7 @@ static int map_exec_to_vp(TALLOC_CTX *ctx, VALUE_PAIR **out, REQUEST *request, v
                vp = fr_pair_afrom_da(ctx, map->lhs->tmpl_da);
                if (!vp) return -1;
                vp->op = map->op;
-               vp->tag = map->lhs->tmpl_tag
+               vp->tag = map->lhs->tmpl_tag;
                if (fr_pair_value_from_str(vp, answer, -1) < 0) {
                        fr_pair_list_free(&vp);
                        return -2;