On Sun, 2020-11-22 at 18:43 +0100, Alexandre Janniaux wrote:
> @@ -72,13 +72,24 @@ int config_GetType(const char *psz_name)
>  
>  bool config_IsSafe( const char *name )
>  {
> +
>      module_config_t *p_config = config_FindConfig( name );
>      return p_config != NULL && p_config->b_safe;
>  }
mistake?