chiark / gitweb /
core: general cgroup rework
[elogind.git] / src / login / logind-machine.c
index 347e5aa022615d42203cd15d9d40adafcbee282e..0b35a9e2d07ef3a737117b28e4638e8628fff4e4 100644 (file)
@@ -223,7 +223,7 @@ static int machine_create_one_group(Machine *m, const char *controller, const ch
                 r = -EINVAL;
 
         if (r < 0) {
-                r = cg_create(controller, path, NULL);
+                r = cg_create(controller, path);
                 if (r < 0)
                         return r;
         }