]> git.saurik.com Git - redis.git/commitdiff
Merge branch 'unstable' of github.com:antirez/redis into unstable
authorantirez <antirez@gmail.com>
Thu, 12 May 2011 18:21:00 +0000 (20:21 +0200)
committerantirez <antirez@gmail.com>
Thu, 12 May 2011 18:21:00 +0000 (20:21 +0200)
src/t_list.c

index adb0c409e6f3d8d01cebba8044900ac4c42ac00c..7c1b848a814b3a9cc08ceb61e615d3eb5e167744 100644 (file)
@@ -822,7 +822,6 @@ int handleClientsWaitingListPush(redisClient *c, robj *key, robj *ele) {
 
         /* This should remove the first element of the "clients" list. */
         unblockClientWaitingData(receiver);
-        redisAssert(ln != listFirst(clients));
 
         if (dstkey == NULL) {
             /* BRPOP/BLPOP */