From: antirez Date: Thu, 12 May 2011 18:21:00 +0000 (+0200) Subject: Merge branch 'unstable' of github.com:antirez/redis into unstable X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/06d22a8a8ac309be1c553e307afbf46d22020410?hp=af9aed25e44cf6e0c38cee2d289c7c31f03fc01f Merge branch 'unstable' of github.com:antirez/redis into unstable --- diff --git a/src/t_list.c b/src/t_list.c index adb0c409..7c1b848a 100644 --- a/src/t_list.c +++ b/src/t_list.c @@ -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 */