chiark / gitweb /
service: mark compat options as such
[elogind.git] / src / systemctl / systemctl.c
index 03c2fd2d62672a61297d43d16cec6c3b232741a6..66f4113eb223c91c7e05848778f56245f3e92ba7 100644 (file)
@@ -3697,12 +3697,11 @@ static int enable_sysv_units(char **args) {
          * afterwards only the native units remain */
 
         zero(paths);
-        r = lookup_paths_init(&paths, MANAGER_SYSTEM, false);
+        r = lookup_paths_init(&paths, MANAGER_SYSTEM, false, NULL, NULL, NULL);
         if (r < 0)
                 return r;
 
         r = 0;
-
         for (f = 1; args[f]; f++) {
                 const char *name;
                 char *p;