diff options
Diffstat (limited to 'libglusterfs/src/options.h')
| -rw-r--r-- | libglusterfs/src/options.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/options.h b/libglusterfs/src/options.h index 01d2a9d5f1b..8c0ff2499c9 100644 --- a/libglusterfs/src/options.h +++ b/libglusterfs/src/options.h @@ -131,6 +131,7 @@ xlator_option_init_##type (xlator_t *this, dict_t *options, char *key,  \          if (!value) {                                                   \                  gf_log (this->name, GF_LOG_TRACE, "option %s not set",  \                          key);                                           \ +                *val_p = (type_t)0;                                     \                  return 0;                                               \          }                                                               \          if (value == def_value) {                                       \ @@ -209,6 +210,7 @@ xlator_option_reconf_##type (xlator_t *this, dict_t *options, char *key, \          if (!value) {                                                   \                  gf_log (this->name, GF_LOG_TRACE, "option %s not set",  \                          key);                                           \ +                *val_p = (type_t)0;                                     \                  return 0;                                               \          }                                                               \          if (value == def_value) {                                       \  | 
