mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05: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…
Reference in New Issue
Block a user