]> 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>
Tue, 28 Aug 2012 10:56:05 +0000 (12:56 +0200)
commitc14e0ecafdaa6b72464d6bcb8953b22899230406
tree03e3707816cac3ce2900f29361366d9842c9a493
parent784b93087c622999e225735c0c76d50241941022
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