]> git.ipfire.org Git - thirdparty/lxc.git/commit
Init "busy" field to -1 as 0 is valid fd
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Fri, 6 Dec 2019 13:59:52 +0000 (14:59 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 13:59:52 +0000 (14:59 +0100)
commitdd3de5683d8db869c962c23e9a48f57220888c2f
tree45030a58720a02c5c6dc587817861b5eba0dda18
parent750012991fb1964678bb6de2c86bc1f4dc62b242
Init "busy" field to -1 as 0 is valid fd

"busy" field is assigned with the command socket descriptor when the terminal is in use. So, use "-1" to disable it.
Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
src/lxc/start.c