mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
fix for the prev fix
This commit is contained in:
parent
c1ae36aea8
commit
e5f257c2b2
2
src/vm.c
2
src/vm.c
@ -566,7 +566,7 @@ void vmThreadedIOCompletedJob(aeEventLoop *el, int fd, void *privdata,
|
||||
REDIS_NOTUSED(mask);
|
||||
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
|
||||
* I/O job completed to process. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user