summaryrefslogtreecommitdiff
path: root/src/blocked.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-01-23 18:52:24 +0100
committerantirez <antirez@gmail.com>2018-03-15 12:54:10 +0100
commit41809fd969cb763c0323124aefaaaa2f5ab77839 (patch)
treedd63cee43f261cc9c8381c9378abc4d9608c7f74 /src/blocked.c
parent1ffb6723f52a1473385b7284ec0e53733083ddab (diff)
downloadredis-41809fd969cb763c0323124aefaaaa2f5ab77839.tar.gz
CG: creation of NACK entries in PELs.
Diffstat (limited to 'src/blocked.c')
-rw-r--r--src/blocked.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blocked.c b/src/blocked.c
index 371f243bb..0bbbe6c6a 100644
--- a/src/blocked.c
+++ b/src/blocked.c
@@ -327,8 +327,7 @@ void handleClientsBlockedOnKeys(void) {
addReplyBulk(receiver,rl->key);
streamReplyWithRange(receiver,s,&start,NULL,
receiver->bpop.xread_count,0,
- NULL,
- NULL);
+ NULL,NULL,0);
}
}
}