mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-02 09:30:36 +00: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
@ -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 New Issue
Block a user