1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

networkd: link - typo

This commit is contained in:
Tom Gundersen 2014-12-08 18:36:49 +01:00
parent 0e707326fc
commit 1e19f35297

View File

@ -1447,7 +1447,7 @@ int link_rtnl_process_address(sd_rtnl *rtnl, sd_rtnl_message *message,
} else { } else {
r = link_get(m, ifindex, &link); r = link_get(m, ifindex, &link);
if (r < 0 || !link) { if (r < 0 || !link) {
log_warning("rtnl: received address for a nonexistent link (%d), ignoring", ifindex); log_warning("rtnl: received address for nonexistent link (%d), ignoring", ifindex);
return 0; return 0;
} }
} }