accept unknown attributes in config payloads
This commit is contained in:
@@ -165,7 +165,7 @@ static status_t verify(private_configuration_attribute_t *this)
|
|||||||
default:
|
default:
|
||||||
DBG1(DBG_ENC, "unknown attribute type %N",
|
DBG1(DBG_ENC, "unknown attribute type %N",
|
||||||
configuration_attribute_type_names, this->attribute_type);
|
configuration_attribute_type_names, this->attribute_type);
|
||||||
return FAILED;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (failed)
|
if (failed)
|
||||||
|
|||||||
Reference in New Issue
Block a user