From: Alan T. DeKok Date: Thu, 21 Feb 2019 17:26:25 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498f22df72ab4663c9aa85dbed67eda375b8d255;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/modules/rlm_dhcpv4/rlm_dhcpv4.c b/src/modules/rlm_dhcpv4/rlm_dhcpv4.c index 49eb14a2724..77d702ff630 100644 --- a/src/modules/rlm_dhcpv4/rlm_dhcpv4.c +++ b/src/modules/rlm_dhcpv4/rlm_dhcpv4.c @@ -136,7 +136,7 @@ static xlat_action_t dhcp_xlat(TALLOC_CTX *ctx, fr_cursor_t *out, return XLAT_ACTION_FAIL; } - if (xlat_fmt_to_cursor(NULL, &cursor, tainted, request, (*in)->vb_strvalue) < 0) return XLAT_ACTION_FAIL; + if (xlat_fmt_to_cursor(NULL, &cursor, &tainted, request, (*in)->vb_strvalue) < 0) return XLAT_ACTION_FAIL; if (!fr_cursor_head(cursor)) return XLAT_ACTION_DONE; /* Nothing to encode */