mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
fix for the above fix
This commit is contained in:
2
redis.c
2
redis.c
@ -9383,7 +9383,7 @@ static void vmThreadedIOCompletedJob(aeEventLoop *el, int fd, void *privdata,
|
|||||||
REDIS_NOTUSED(mask);
|
REDIS_NOTUSED(mask);
|
||||||
REDIS_NOTUSED(privdata);
|
REDIS_NOTUSED(privdata);
|
||||||
|
|
||||||
if (privdata == NULL) trytoswap = 0; /* check the comments above... */
|
if (privdata != NULL) trytoswap = 0; /* check the comments above... */
|
||||||
|
|
||||||
/* For every byte we read in the read side of the pipe, there is one
|
/* For every byte we read in the read side of the pipe, there is one
|
||||||
* I/O job completed to process. */
|
* I/O job completed to process. */
|
||||||
|
Reference in New Issue
Block a user