mirror of https://github.com/Icinga/icinga2.git
parent
4da5f7d52c
commit
1cab2d7b16
|
@ -144,7 +144,7 @@ void RedisWriter::UpdateSubscriptions(void)
|
|||
VERIFY(reply->elements % 2 == 0);
|
||||
|
||||
redisReply *cursorReply = reply->element[0];
|
||||
cursor = cursorReply->integer;
|
||||
cursor = Convert::ToLong(cursorReply->str);
|
||||
|
||||
redisReply *keysReply = reply->element[1];
|
||||
|
||||
|
|
Loading…
Reference in New Issue