mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
manager: remove warning for AddressRandomization option
Since the 'network' value is handled inside netdev we don't want this warning being printed.
This commit is contained in:
parent
1f14782857
commit
f96f8ba4a0
@ -759,9 +759,6 @@ static int manager_init(void)
|
||||
randomize = true;
|
||||
else if (!strcmp(randomize_str, "disabled"))
|
||||
randomize = false;
|
||||
else
|
||||
l_warn("Invalid [General].AddressRandomization"
|
||||
" value: %s", randomize_str);
|
||||
}
|
||||
|
||||
if (!l_settings_get_bool(config, "General",
|
||||
|
Loading…
Reference in New Issue
Block a user