mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +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));
|
||||
|
||||
/* Make sure the key is loaded if VM is active */
|
||||
o = lookupKeyRead(db,keyobj);
|
||||
o = dictGetEntryVal(de);
|
||||
|
||||
aux = htonl(o->type);
|
||||
mixDigest(digest,&aux,sizeof(aux));
|
||||
|
Loading…
x
Reference in New Issue
Block a user