diff --git a/src/proto_htx.c b/src/proto_htx.c index 2fd67f79f..b08f99969 100644 --- a/src/proto_htx.c +++ b/src/proto_htx.c @@ -3412,7 +3412,7 @@ resume_execution: case ACT_HTTP_REDIR: rule_ret = HTTP_RULE_RES_DONE; - if (!http_apply_redirect_rule(rule->arg.redir, s, txn)) + if (!htx_apply_redirect_rule(rule->arg.redir, s, txn)) rule_ret = HTTP_RULE_RES_BADREQ; goto end;