mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-31 07:37:54 +00:00
[BUG] scope "." must match the backend and not the frontend
This commit is contained in:
parent
10ae548052
commit
1388a3a8e8
@ -563,7 +563,7 @@ int stats_dump_proxy(struct session *s, struct proxy *px, struct uri_auth *uri,
|
||||
break;
|
||||
|
||||
/* match '.' which means 'self' proxy */
|
||||
if (!strcmp(scope->px_id, ".") && px == s->fe)
|
||||
if (!strcmp(scope->px_id, ".") && px == s->be)
|
||||
break;
|
||||
scope = scope->next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user