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;
|
char *pos;
|
||||||
int i, mask = -1, family;
|
int i, mask = -1, family;
|
||||||
|
|
||||||
|
if (streq(key, "load"))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
type = atoi(key);
|
type = atoi(key);
|
||||||
if (!type)
|
if (!type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user