]> git.ipfire.org Git - thirdparty/lxc.git/commit
"busy" field set to -1 instead of 0 3214/head
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Fri, 6 Dec 2019 14:07:47 +0000 (15:07 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 14:07:47 +0000 (15:07 +0100)
commit730aaf46e0397a5142e6515db733d68c64e4d88f
treecd788c64e1ea0742a6cdd0d3d367b60e347293b5
parent7581d645eea3863b0df568b637b45e4a56349d3e
"busy" field set to -1 instead of 0

"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/terminal.c