Commit 9f38aea2 by Stéphane Graber

lxc-autostart: Respect -P

-P was only used for log setup and not when retrieving the container list. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent e0182228
...@@ -340,7 +340,7 @@ int main(int argc, char *argv[]) ...@@ -340,7 +340,7 @@ int main(int argc, char *argv[])
return 1; return 1;
lxc_log_options_no_override(); lxc_log_options_no_override();
count = list_defined_containers(NULL, NULL, &containers); count = list_defined_containers(my_args.lxcpath[0], NULL, &containers);
if (count < 0) if (count < 0)
return 1; return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment