Initialize el so we can detect if it is null
Former-commit-id: ec0f833ea17c668971893aa8f198d22da2e1d289
This commit is contained in:
parent
fa91bd9bfe
commit
73560dc7b2
@ -1999,7 +1999,7 @@ public:
|
|||||||
|
|
||||||
// Per-thread variabels that may be accessed without a lock
|
// Per-thread variabels that may be accessed without a lock
|
||||||
struct redisServerThreadVars {
|
struct redisServerThreadVars {
|
||||||
aeEventLoop *el;
|
aeEventLoop *el = nullptr;
|
||||||
socketFds ipfd; /* TCP socket file descriptors */
|
socketFds ipfd; /* TCP socket file descriptors */
|
||||||
socketFds tlsfd; /* TLS socket file descriptors */
|
socketFds tlsfd; /* TLS socket file descriptors */
|
||||||
int in_eval; /* Are we inside EVAL? */
|
int in_eval; /* Are we inside EVAL? */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user