Maybe this should be 'false' though, not sure.
Also moved the variable into the block, to minimize difference
with respect to upstream.
bool restorePrior = false;
bool restoreMasked = false;
bool changed;
- const char *newvalStr = NULL;
/*
* In this next bit, if we don't set either restorePrior or
if (changed)
{
- newvalStr = GetConfigOptionByName(gconf->name, NULL);
+ const char *newvalStr = NULL;
+
+ /* XXX perhaps this should use is_missing=false, not sure */
+ newvalStr = GetConfigOptionByName(gconf->name, NULL, true);
+
/*
* Quote value if it is including memory or time units
*/