summaryrefslogtreecommitdiff
path: root/proto_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_text.c')
-rw-r--r--proto_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_text.c b/proto_text.c
index 6885786..dc6c624 100644
--- a/proto_text.c
+++ b/proto_text.c
@@ -795,7 +795,7 @@ static void process_stat(conn *c, token_t *tokens, const size_t ntokens) {
#endif
#ifdef PROXY
} else if (strcmp(subcommand, "proxy") == 0) {
- process_proxy_stats(&append_stats, c);
+ process_proxy_stats(settings.proxy_ctx, &append_stats, c);
#endif
} else {
/* getting here means that the subcommand is either engine specific or