]> git.saurik.com Git - redis.git/commit
Sentinel: suppress harmless warning by initializing 'table' to NULL.
authorantirez <antirez@gmail.com>
Tue, 28 Aug 2012 10:56:05 +0000 (12:56 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:05:45 +0000 (13:05 +0200)
commitd480b9ce7facab3aa96d8a4ef951fccc45930055
treeca44344f6f28d7c859a15ca0c463b10c6a4c3898
parentfa23fc3363cd4dacce3044fac2226d31702fe26e
Sentinel: suppress harmless warning by initializing 'table' to NULL.

Note that the assertion guarantees that one of the if branches setting
table is always entered.
src/sentinel.c