Skip to content

Commit

Permalink
Merge branch 'unstable' of github.com:/antirez/redis into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 27, 2014
2 parents 8d95a47 + 5edc7f7 commit addd4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ typedef struct {
char nodename[REDIS_CLUSTER_NAMELEN];
uint32_t ping_sent;
uint32_t pong_received;
char ip[16]; /* IP address last time it was seen */
char ip[REDIS_IP_STR_LEN]; /* IP address last time it was seen */
uint16_t port; /* port last time it was seen */
uint16_t flags;
uint32_t notused; /* for 64 bit alignment */
Expand Down

0 comments on commit addd4de

Please sign in to comment.