attr: Silently skip over load option
This commit is contained in:
@@ -190,6 +190,10 @@ static void load_entries(private_attr_provider_t *this)
|
||||
char *pos;
|
||||
int i, mask = -1, family;
|
||||
|
||||
if (streq(key, "load"))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
type = atoi(key);
|
||||
if (!type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user