mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +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 */
|
/* Build the message header */
|
||||||
void clusterBuildMessageHdr(clusterMsg *hdr, int type) {
|
void clusterBuildMessageHdr(clusterMsg *hdr, int type) {
|
||||||
int totlen;
|
int totlen = 0;
|
||||||
|
|
||||||
memset(hdr,0,sizeof(*hdr));
|
memset(hdr,0,sizeof(*hdr));
|
||||||
hdr->type = htons(type);
|
hdr->type = htons(type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user