Skip to content

Commit

Permalink
Send over checksum with /protocol/ping-req because it's required
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Mar 9, 2015
1 parent 25e13d0 commit 4b76835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swim.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function PingReqSender(ring, member, target, callback) {
timeout: this.ring.pingReqTimeout
};
var body = JSON.stringify({
checksum: this.checksum,
checksum: this.ring.membership.checksum,
changes: this.ring.issueMembershipChanges(),
source: this.ring.whoami(),
target: target.address
Expand Down

0 comments on commit 4b76835

Please sign in to comment.