summaryrefslogtreecommitdiff
path: root/contrib/depends/patches/zeromq/fix_declaration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/depends/patches/zeromq/fix_declaration.patch')
-rw-r--r--contrib/depends/patches/zeromq/fix_declaration.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/depends/patches/zeromq/fix_declaration.patch b/contrib/depends/patches/zeromq/fix_declaration.patch
deleted file mode 100644
index 23fa0a2..0000000
--- a/contrib/depends/patches/zeromq/fix_declaration.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/proxy.cpp 2024-11-19 19:46:31
-+++ b/src/proxy.cpp 2024-11-19 19:47:37
-@@ -499,7 +499,7 @@
- zmq_pollitem_t itemsout[] = {{frontend_, 0, ZMQ_POLLOUT, 0},
- {backend_, 0, ZMQ_POLLOUT, 0}};
-
-- stats_proxy stats = {0};
-+ stats_proxy stats = {{{0, 0}, {0, 0}}, {{0, 0}, {0, 0}}};
-
- // Proxy can be in these three states
- proxy_state_t state = active;