Initialize el so we can detect if it is null

Former-commit-id: ec0f833ea17c668971893aa8f198d22da2e1d289
This commit is contained in:
John Sully 2021-07-23 19:31:22 +00:00
parent fa91bd9bfe
commit 73560dc7b2

View File

@ -1999,7 +1999,7 @@ public:
// Per-thread variabels that may be accessed without a lock
struct redisServerThreadVars {
aeEventLoop *el;
aeEventLoop *el = nullptr;
socketFds ipfd; /* TCP socket file descriptors */
socketFds tlsfd; /* TLS socket file descriptors */
int in_eval; /* Are we inside EVAL? */