diff options
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index e2a00fcfadc..e31bd4bba20 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -2089,7 +2089,7 @@ init (xlator_t *this)          dict_t          *options = this->options;          int              thread_count = IOT_DEFAULT_THREADS;          int              idle_time = IOT_DEFAULT_IDLE; -        int              ret = 0; +        int              ret = -1;  	if (!this->children || this->children->next) {  		gf_log ("io-threads", GF_LOG_ERROR,  | 
