mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user