X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/bc70b8e5f4a161db0efbc95e3afda884b85b5229..1419406e8dd828f12b4810286d701b2b87ccd7ee:/src/bitops.c diff --git a/src/bitops.c b/src/bitops.c index d309b7af..00192b92 100644 --- a/src/bitops.c +++ b/src/bitops.c @@ -197,6 +197,7 @@ void bitopCommand(redisClient *c) { objects[j] = NULL; src[j] = NULL; len[j] = 0; + minlen = 0; continue; } /* Return an error if one of the keys is not a string. */