diff options
Diffstat (limited to 'common/env_common.c')
| -rw-r--r-- | common/env_common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/env_common.c b/common/env_common.c index 067fe3f4c..bb18070c5 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -40,7 +40,7 @@ DECLARE_GLOBAL_DATA_PTR;  #include <env_default.h>  struct hsearch_data env_htab = { -	.change_ok = env_change_ok, +	.change_ok = env_flags_validate,  };  static uchar __env_get_char_spec(int index) |