]> git.ipfire.org Git - thirdparty/lxc.git/commit
conf: fix append_ttyname()
authorChristian Brauner <brauner@kernel.org>
Thu, 30 Jun 2022 10:48:01 +0000 (12:48 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 25 Jul 2022 22:12:29 +0000 (18:12 -0400)
commit41f602361413bd9e04ce43d5bf262752e782896d
treec0b38490e4b4245e142d2073275040c8ba152b85
parentea4fd7f8536cd0cd4a3ba04cd27b1f20c5b136ba
conf: fix append_ttyname()

We appended container_tty= and then used setenv(container_tty, ...)
resulting int container_tty=container_tty=.

Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
src/lxc/conf.c