mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
All IP string repr buffers are now REDIS_IP_STR_LEN bytes.
This commit is contained in:
@ -2435,7 +2435,7 @@ sds genRedisInfoString(char *section) {
|
||||
while((ln = listNext(&li))) {
|
||||
redisClient *slave = listNodeValue(ln);
|
||||
char *state = NULL;
|
||||
char ip[INET6_ADDRSTRLEN];
|
||||
char ip[REDIS_IP_STR_LEN];
|
||||
int port;
|
||||
long lag = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user