mirror of
https://github.com/fluencelabs/redis
synced 2025-03-25 20:01:04 +00:00
Removed a useless if spotted by Pieter Noordhuis
This commit is contained in:
parent
248ea31003
commit
168ac5c6e3
3
redis.c
3
redis.c
@ -2437,8 +2437,7 @@ static void readQueryFromClient(aeEventLoop *el, int fd, void *privdata, int mas
|
|||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!(c->flags & REDIS_BLOCKED))
|
processInputBuffer(c);
|
||||||
processInputBuffer(c);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int selectDb(redisClient *c, int id) {
|
static int selectDb(redisClient *c, int id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user