]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Merge pull request #2895 from tomponline/tp-2019-03-05/minor-fix
authorChristian Brauner <christian@brauner.io>
Tue, 5 Mar 2019 18:27:32 +0000 (19:27 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 18:27:32 +0000 (19:27 +0100)
conf: Fixes uninitialised variable.

> @brauner clang is failing but gcc passes, would it be OK to initialise this to 0?

He, unfortunately not. :)
What would happen now is that you'd close `stdin` on a standard system. What you'd want is `= -EBADF`. :)


Trivial merge