diff options
| -rw-r--r-- | xlators/performance/read-ahead/src/read-ahead.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/read-ahead/src/read-ahead.c b/xlators/performance/read-ahead/src/read-ahead.c index cb635e275..c4052e54c 100644 --- a/xlators/performance/read-ahead/src/read-ahead.c +++ b/xlators/performance/read-ahead/src/read-ahead.c @@ -792,7 +792,7 @@ ra_ftruncate (call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset)  int  init (xlator_t *this)  { -	ra_conf_t *conf; +	ra_conf_t *conf = NULL;  	dict_t    *options = this->options;  	char      *page_count_string = NULL;          int32_t   ret = -1;  | 
