mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 14:22:12 +02:00
[BUG] scope "." must match the backend and not the frontend
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user