mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
Merge branch 'unstable' into limits
This commit is contained in:
commit
9b810f1cde
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user