Skip to content

Commit

Permalink
Merge branch 'unstable' into limits
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jan 25, 2012
2 parents c69ad1f + 6710ff2 commit 9b810f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9b810f1

Please sign in to comment.