mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
netconfig: trivial: Fix double-empty space
This commit is contained in:
parent
cfde6c3f55
commit
ec634ad2a7
@ -494,7 +494,7 @@ static struct l_rtnl_address *netconfig_get_static6_address(
|
||||
prefix_len = strtoul(p, NULL, 10);
|
||||
if (!unlikely(errno == EINVAL || errno == ERANGE ||
|
||||
!prefix_len || prefix_len > 128)) {
|
||||
l_error("netconfig: Invalid prefix '%s' provided in network"
|
||||
l_error("netconfig: Invalid prefix '%s' provided in network"
|
||||
" configuration file", p);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user