]> git.proxmox.com Git - mirror_lxc.git/commit
conf: fix append_ttyname()
authorChristian Brauner <brauner@kernel.org>
Thu, 30 Jun 2022 10:48:01 +0000 (12:48 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Thu, 30 Jun 2022 10:48:01 +0000 (12:48 +0200)
commiteae44ce1993160508dc7155318f6cc9c18bfaf3f
treef23118e72566a8d64f009487173efa70fc5fbd71
parent10ae11cc799a884332a398d5611ca0d0e580c05b
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