From: Arran Cudbard-Bell Date: Mon, 23 Jan 2017 17:32:08 +0000 (+0000) Subject: Fix call to value_box_asprint X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfd9c11e97706e511aad6cfb886efc13c8fa229;p=thirdparty%2Ffreeradius-server.git Fix call to value_box_asprint --- diff --git a/src/modules/rlm_cache/serialize.c b/src/modules/rlm_cache/serialize.c index 59e5f61f22a..7bcf06299a2 100644 --- a/src/modules/rlm_cache/serialize.c +++ b/src/modules/rlm_cache/serialize.c @@ -74,8 +74,7 @@ int cache_serialize(TALLOC_CTX *ctx, char **out, rlm_cache_entry_t const *c) goto error; } - value = value_box_asprint(value_pool, map->rhs->tmpl_value_box_type, - map->lhs->tmpl_da, &map->rhs->tmpl_value_box, '\''); + value = value_box_asprint(value_pool, &map->rhs->tmpl_value_box, '\''); if (!value) goto error; to_store = talloc_asprintf_append_buffer(to_store, "%s %s %s\n", attr,