diff --git a/exec/totemconfig.c b/exec/totemconfig.c index c17c6735..7180646d 100644 --- a/exec/totemconfig.c +++ b/exec/totemconfig.c @@ -1007,7 +1007,9 @@ int totem_config_validate ( goto parse_error; } - totem_set_volatile_defaults(totem_config, error_string); + if (totem_set_volatile_defaults(totem_config, error_string) == -1) { + return (-1); + } /* * RRP values validation