mirror of
https://github.com/fluencelabs/redis
synced 2025-04-08 02:18:04 +00:00
DEBUG DIGEST additional lookup needed for VM removed from unstable branch that does not have VM at all
This commit is contained in:
parent
6901fe7729
commit
f13cb0d9de
@ -100,7 +100,7 @@ void computeDatasetDigest(unsigned char *final) {
|
|||||||
mixDigest(digest,key,sdslen(key));
|
mixDigest(digest,key,sdslen(key));
|
||||||
|
|
||||||
/* Make sure the key is loaded if VM is active */
|
/* Make sure the key is loaded if VM is active */
|
||||||
o = lookupKeyRead(db,keyobj);
|
o = dictGetEntryVal(de);
|
||||||
|
|
||||||
aux = htonl(o->type);
|
aux = htonl(o->type);
|
||||||
mixDigest(digest,&aux,sizeof(aux));
|
mixDigest(digest,&aux,sizeof(aux));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user