diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-helpers.c')
-rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index 68034d27926..9c92c732e72 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -2021,7 +2021,7 @@ posix_fs_health_check(xlator_t *this, char *file_path) char *op = NULL; int op_errno = 0; int cnt; - int timeout; + int timeout = 0; struct aiocb aiocb; GF_VALIDATE_OR_GOTO(this->name, this, out); |