summaryrefslogtreecommitdiff
path: root/proto_text.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-09-01 22:44:44 -0700
committerdormando <dormando@rydia.net>2022-09-15 11:35:19 -0700
commit725954d3a37ff0596f4a8e53c5746eec3a30166d (patch)
treee6efdda62ce6a12921e4c7df9a8ac0b997e9501d /proto_text.c
parentd855e7ed9394d3c8ed110f22694930a22894de10 (diff)
downloadmemcached-725954d3a37ff0596f4a8e53c5746eec3a30166d.tar.gz
proxy: remove most references to settings global
should make isolation/testing earlier.
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