Gary, Shouldn't this be set to true here?
Alex
>> + while ((attr_mod = opdata->param.modify.attrMods[i++]) != nullptr) {
>> + if (!strcmp(attr_mod->modAttr.attrName,
>> "osafAmfRestrictAutoRepairEnable")) {
>> + bool enabled = false; // default to disabled
>> + if (attr_mod->modType != SA_IMM_ATTR_VALUES_DELETE &&
>> + attr_mod->modAttr.attrValues != nullptr) {
>> + enabled =
>> + static_cast<bool>(*((SaUint32T *)attr_mod->modAttr.attrValues[0]));
>> + }
>> + TRACE("osafAmfRestrictAutoRepairEnable changed to '%d'", enabled);
>> + configuration->restrict_auto_repair(enabled);
>> + }
>> + }
>> + TRACE_LEAVE();
>> +}
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
