diff options
Diffstat (limited to 'libglusterfs/src/globals.c')
| -rw-r--r-- | libglusterfs/src/globals.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/globals.c b/libglusterfs/src/globals.c index d1985b7ed04..70c6c92ef60 100644 --- a/libglusterfs/src/globals.c +++ b/libglusterfs/src/globals.c @@ -154,6 +154,8 @@ glusterfs_this_init ()          global_xlator.type = "global";          global_xlator.ctx  = glusterfs_ctx; +        INIT_LIST_HEAD (&global_xlator.volume_options); +          return ret;  }  | 
