mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
network: fix typo
This commit is contained in:
parent
10ad50d38c
commit
7c6d95ea5a
@ -629,7 +629,7 @@ int manager_rtnl_process_neighbor(sd_netlink *rtnl, sd_netlink_message *message,
|
||||
|
||||
r = sd_rtnl_message_neigh_get_family(message, &family);
|
||||
if (r < 0) {
|
||||
log_link_warning(link, "rtnl: received neighbor message withot family, ignoring.");
|
||||
log_link_warning(link, "rtnl: received neighbor message without family, ignoring.");
|
||||
return 0;
|
||||
} else if (!IN_SET(family, AF_INET, AF_INET6)) {
|
||||
log_link_debug(link, "rtnl: received neighbor message with invalid family '%i', ignoring.", family);
|
||||
|
Loading…
x
Reference in New Issue
Block a user