]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 21 Feb 2019 17:26:25 +0000 (12:26 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 21 Feb 2019 17:26:25 +0000 (12:26 -0500)
src/modules/rlm_dhcpv4/rlm_dhcpv4.c

index 49eb14a27247f0b4f22679d7dcafb7c437b5fdd4..77d702ff630c183db9335d2681b1c8e21596c158 100644 (file)
@@ -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 */