diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
| -rw-r--r-- | libglusterfs/src/xlator.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 42c701a2d8e..6098e659bf9 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -169,6 +169,8 @@ xlator_volopt_dynload (char *xlator_type, void **dl_handle,                  gf_log ("xlator", GF_LOG_DEBUG,                           "Strict option validation not enforced -- neglecting");          } +        opt_list->given_opt = vol_opt->given_opt; +          INIT_LIST_HEAD (&vol_opt->list);          list_add_tail (&vol_opt->list, &opt_list->list);  | 
