]> git.saurik.com Git - redis.git/commit
Fixed a bug in propagation of PUBLISH via the cluster bus.
authorantirez <antirez@gmail.com>
Tue, 24 Apr 2012 09:28:10 +0000 (11:28 +0200)
committerantirez <antirez@gmail.com>
Tue, 24 Apr 2012 09:28:10 +0000 (11:28 +0200)
commit21661d7acc9ed525c1150f6fa55646d19f5a31d9
tree1a4c0cebbac60b4d6994dfdb9cbb48f6782b560b
parente54fe9a79f71e97a5beb76dee346c8c0606b02be
Fixed a bug in propagation of PUBLISH via the cluster bus.

This bug was spotted by clang on FreeBSD.
src/cluster.c