chiark / gitweb /
selinux: unify systemd and udev code
[elogind.git] / src / core / main.c
index 9bcedbe71f6e0657f580782ac884b774537c2787..e3ea868da8cddaf59ce255adf1d0c3c97638bfd9 100644 (file)
@@ -1222,7 +1222,7 @@ int main(int argc, char *argv[]) {
 
                 log_open();
 
-                if (label_init() < 0)
+                if (label_init(NULL) < 0)
                         goto finish;
 
                 if (!is_reexec)