mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 14:41:51 +00:00
networkd: fix a typo in networkd-wait-online-manager.
subscibe->subscribe
This commit is contained in:
@@ -159,7 +159,7 @@ static int manager_rtnl_listen(Manager *m) {
|
||||
|
||||
assert(m);
|
||||
|
||||
/* First, subscibe to interfaces coming and going */
|
||||
/* First, subscribe to interfaces coming and going */
|
||||
r = sd_rtnl_open(&m->rtnl, 3, RTNLGRP_LINK, RTNLGRP_IPV4_IFADDR, RTNLGRP_IPV6_IFADDR);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user