mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
[BUG] patterns: copy-paste typo in type conversion arguments
This commit is contained in:
parent
7aabd11cec
commit
a724d49b6e
@ -471,7 +471,7 @@ struct pattern *pattern_process(struct proxy *px, struct session *l4, void *l7,
|
||||
return NULL;
|
||||
|
||||
p->type = conv_expr->conv->in_type;
|
||||
if (!conv_expr->conv->process(conv_expr->arg, expr->arg_len, &p->data))
|
||||
if (!conv_expr->conv->process(conv_expr->arg, conv_expr->arg_len, &p->data))
|
||||
return NULL;
|
||||
|
||||
p->type = conv_expr->conv->out_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user