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 25fe83a..e2f142f 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;