]> git.ipfire.org Git - thirdparty/lxc.git/commit
network: please broken compilers
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 25 May 2021 12:24:01 +0000 (14:24 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 28 May 2021 10:48:39 +0000 (12:48 +0200)
commitd41b0293f5b252a8b789638aa54d918c9fcb974e
tree7d058914f769c1c8e6ffb4f11c428282a3f3773c
parent7cf81ec6f10656a36ab092e57d49443355f8cd5a
network: please broken compilers

Some users report that compilation fails because of reports that this
variable can be used uninitialized. Initialize it to silence the
compiler.

Fixes: https://github.com/lxc/lxc/issues/3850
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/network.c