summaryrefslogtreecommitdiff
path: root/src/ae_evport.c
diff options
context:
space:
mode:
authorPing Xie <11568491+PingXie@users.noreply.github.com>2022-01-30 09:43:37 -0800
committerGitHub <noreply@github.com>2022-01-30 19:43:37 +0200
commit8013af6f3dcbcc5042f5ab6db07c05fd83058975 (patch)
tree214192cff4aa4875c17e3b5f4b83adbeb402a70a /src/ae_evport.c
parent52b2fbe9705739fd5f03099011f652775ab3285f (diff)
downloadredis-8013af6f3dcbcc5042f5ab6db07c05fd83058975.tar.gz
Fix cluster bus extensions backwards compatibility (#10206)
Before this commit, notused1 was incorrectly resized resulting with a clusterMsg that is not backwards compatible as expected.
Diffstat (limited to 'src/ae_evport.c')
-rw-r--r--src/ae_evport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ae_evport.c b/src/ae_evport.c
index 9e5b27476..55393e96b 100644
--- a/src/ae_evport.c
+++ b/src/ae_evport.c
@@ -28,7 +28,6 @@
*/
-#include <assert.h>
#include <errno.h>
#include <port.h>
#include <poll.h>