Commit 0240eb9d by 2xsec

coverity: #1437949

Argument cannot be negative Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 59e1663a
......@@ -386,7 +386,6 @@ int main(int argc, char *argv[])
start_arg.flags = my_args.flags;
start_arg.want_hostname = my_args.want_hostname;
start_arg.want_default_mounts = my_args.want_default_mounts;
start_arg.wait_fd = -1;
pid = lxc_clone(do_start, &start_arg, my_args.flags);
if (pid < 0) {
......
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