projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Scripting tests added
[redis.git]
/
src
/
debug.c
diff --git
a/src/debug.c
b/src/debug.c
index 080e2b2e968ccbfb13da10c31d6d01b39938fce5..170bffa5ce99788a6e120128a5c697c7bbd94756 100644
(file)
--- a/
src/debug.c
+++ b/
src/debug.c
@@
-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));