]> git.saurik.com Git - redis.git/commit
Fixed a non critical bug signaled by clang static analyzer thanks to Mukund Sivaraman...
authorantirez <antirez@gmail.com>
Wed, 25 Jan 2012 15:46:19 +0000 (16:46 +0100)
committerantirez <antirez@gmail.com>
Wed, 25 Jan 2012 15:46:35 +0000 (16:46 +0100)
commit6710ff24d067d56b6b8d768532a6a7d3c4bc7a80
tree8fe36b1fd7b96f6b23e3c1a296bc0c7be94244eb
parentecc57021451d1c625fd36c9ba88c60f201f5c098
Fixed a non critical bug signaled by clang static analyzer thanks to Mukund Sivaraman for reporting it: there was a not initialized field populating the cluster message header, but it is always fixed at later time before sending the packet.
src/cluster.c