From: Alan T. DeKok Date: Tue, 3 Oct 2023 19:32:50 +0000 (-0400) Subject: use correct API X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2493c48bf30e24a650e94d7daf78f40551361ad;p=thirdparty%2Ffreeradius-server.git use correct API --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 7971744a84..aea3c1706c 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -436,7 +436,7 @@ static xlat_action_t xlat_binary_op(TALLOC_CTX *ctx, fr_dcursor_t *out, break; case FR_TYPE_OCTETS: - fr_value_box_strdup_shallow(b, NULL, (void const *) "", false); + fr_value_box_memdup_shallow(b, NULL, (void const *) "", 0, false); break; default: