3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 09:39: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:
James Prestwood 2020-03-18 11:54:18 -07:00 committed by Denis Kenzior
parent 1f14782857
commit f96f8ba4a0

View File

@ -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",