summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2016-06-20 07:48:42 -0700
committerShawn Routhier <sar@isc.org>2016-06-20 07:48:42 -0700
commit76a7db2cdd7816ddd573fdc8cf2144ce5b85f5f9 (patch)
treedc70f13f64791a20aad0496f3491b866d5523531 /common
parenteb2d84b68ef896553740403fb7caf07897e74b74 (diff)
downloadisc-dhcp-76a7db2cdd7816ddd573fdc8cf2144ce5b85f5f9.tar.gz
[master] Fix a cut and paste error replacing concat with pick-first-value
Diffstat (limited to 'common')
-rw-r--r--common/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tree.c b/common/tree.c
index 5698be58..e364b2ac 100644
--- a/common/tree.c
+++ b/common/tree.c
@@ -3645,7 +3645,7 @@ int write_expression (file, expr, col, indent, firstp)
case expr_pick_first_value:
e = expr;
col = token_print_indent (file, col, indent, "", "",
- "concat");
+ "pick-first-value");
col = token_print_indent (file, col, indent, " ", "",
"(");
scol = col;