networkd: fix a typo in networkd-wait-online-manager.

subscibe->subscribe
This commit is contained in:
Rami Rosen
2015-01-20 09:45:34 +01:00
committed by Daniel Mack
parent d9000fd3b3
commit 6fb2f9ab6b
+1 -1
View File
@@ -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;