From f13cb0d9de088898cd879b3912ea3e3300fc9fdf Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 10 May 2011 10:08:01 +0200 Subject: [PATCH] DEBUG DIGEST additional lookup needed for VM removed from unstable branch that does not have VM at all --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 080e2b2e..170bffa5 100644 --- 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)); -- 2.45.2