Change tmpl_cast_in_place so it'll work with TMPL_TYPE_DATA
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 Apr 2015 05:21:29 +0000 (01:21 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 Apr 2015 06:33:36 +0000 (02:33 -0400)
commita0463504e68d40a1c73f49b9c1f21927cc15e88f
tree2138584c89f82116525cf99b6e2264a9164ab501
parent2f4aedceb98d8922f3aed7ab44f5225bd43fd9e1
Change tmpl_cast_in_place so it'll work with TMPL_TYPE_DATA

This can't break anything, as it's a superset of previous types (and there was an assert to ensure tmpl_cast_in_place was only called with a literal)
src/main/tmpl.c