attr: Silently skip over load option

This commit is contained in:
Tobias Brunner
2014-02-12 14:34:34 +01:00
parent 127f65db16
commit 505a69eba4
@@ -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)
{