chiark / gitweb /
networkd: remove unused variable
[elogind.git] / src / network / networkd-netdev.c
index a277576a7a40be7ff01d2d8f38471a8f1f037628..b75eab9cd8743bdb8631827fb38ccd426206adc6 100644 (file)
@@ -654,7 +654,7 @@ static int netdev_load_one(Manager *manager, const char *filename) {
         if (net_match_config(NULL, NULL, NULL, NULL, NULL,
                              netdev_raw->match_host, netdev_raw->match_virt,
                              netdev_raw->match_kernel, netdev_raw->match_arch,
-                             NULL, NULL, NULL, NULL, NULL, NULL, false) <= 0)
+                             NULL, NULL, NULL, NULL, NULL, NULL) <= 0)
                 return 0;
 
         if (!NETDEV_VTABLE(netdev_raw)) {