mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-23 07:08:06 -04:00
[BUILD] fix build breakage with DEBUG_FULL
Paul Hirose reported a build error when DEBUG_FULL is set.
This commit is contained in:
parent
d5191e7768
commit
2e2b3eb65a
1 changed files with 5 additions and 5 deletions
|
|
@ -736,11 +736,11 @@ int process_store_rules(struct session *s, struct buffer *rep, int an_bit)
|
|||
DPRINTF(stderr,"[%u] %s: session=%p b=%p, exp(r,w)=%u,%u bf=%08x bl=%d analysers=%02x\n",
|
||||
now_ms, __FUNCTION__,
|
||||
s,
|
||||
req,
|
||||
req->rex, req->wex,
|
||||
req->flags,
|
||||
req->l,
|
||||
req->analysers);
|
||||
rep,
|
||||
rep->rex, rep->wex,
|
||||
rep->flags,
|
||||
rep->l,
|
||||
rep->analysers);
|
||||
|
||||
list_for_each_entry(rule, &px->storersp_rules, list) {
|
||||
int ret = 1 ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue