]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/loopback-setup.c
sd-rtnl: make joining broadcast groups implicit
[thirdparty/systemd.git] / src / core / loopback-setup.c
index 63b15c12009e345ee9343151841ca2a2dd1c8f22..938f3ab068ebbf48b34725aed356437b8797e4dc 100644 (file)
@@ -70,7 +70,7 @@ int loopback_setup(void) {
         _cleanup_rtnl_unref_ sd_rtnl *rtnl = NULL;
         int r;
 
-        r = sd_rtnl_open(&rtnl, 0);
+        r = sd_rtnl_open(&rtnl);
         if (r < 0)
                 return r;