diff options
Diffstat (limited to 'libglusterfs/src/ctx.c')
| -rw-r--r-- | libglusterfs/src/ctx.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/ctx.c b/libglusterfs/src/ctx.c index 1cf1b988590..365c6c087ee 100644 --- a/libglusterfs/src/ctx.c +++ b/libglusterfs/src/ctx.c @@ -32,6 +32,7 @@ glusterfs_ctx_new ()          INIT_LIST_HEAD (&ctx->graphs);  	INIT_LIST_HEAD (&ctx->mempool_list); +        INIT_LIST_HEAD (&ctx->volfile_list);  	ctx->daemon_pipe[0] = -1;  	ctx->daemon_pipe[1] = -1;  | 
