Commit 34614a15 authored by antirez's avatar antirez
Browse files

CG: NACK created by XCLAIM FORCE must be set in global PEL.

parent 596264ae
...@@ -1770,6 +1770,7 @@ void xclaimCommand(client *c) { ...@@ -1770,6 +1770,7 @@ void xclaimCommand(client *c) {
/* Create the NACK. */ /* Create the NACK. */
nack = streamCreateNACK(NULL); nack = streamCreateNACK(NULL);
raxInsert(group->pel,buf,sizeof(buf),nack,NULL);
} }
if (nack != raxNotFound) { if (nack != raxNotFound) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment