diff options
Diffstat (limited to 'xlators/performance/io-threads/src')
| -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 0aef6623f0d..0328d74119c 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -140,7 +140,7 @@ iot_schedule (iot_conf_t *conf, call_stub_t *stub)          }          pthread_mutex_unlock (&conf->mutex); -        return 0; +        return ret;  }  | 
