diff options
Diffstat (limited to 'xlators/performance/io-cache')
-rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c index b11d37289..99be457a5 100644 --- a/xlators/performance/io-cache/src/io-cache.c +++ b/xlators/performance/io-cache/src/io-cache.c @@ -1423,7 +1423,7 @@ out: int32_t init (xlator_t *this) { - ioc_table_t *table; + ioc_table_t *table = NULL; dict_t *options = this->options; uint32_t index = 0; char *cache_size_string = NULL; |