mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Merge branch 'unstable' into limits
This commit is contained in:
@@ -804,7 +804,7 @@ void clusterBroadcastMessage(void *buf, size_t len) {
|
||||
|
||||
/* Build the message header */
|
||||
void clusterBuildMessageHdr(clusterMsg *hdr, int type) {
|
||||
int totlen;
|
||||
int totlen = 0;
|
||||
|
||||
memset(hdr,0,sizeof(*hdr));
|
||||
hdr->type = htons(type);
|
||||
|
||||
Reference in New Issue
Block a user