]> git.proxmox.com Git - mirror_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>
Tue, 25 May 2021 12:24:01 +0000 (14:24 +0200)
commit4db0514d560e3e67a7db3ab33b24ecf97ddf61ef
tree2039e67d45a0a842ce4abd80c3ddbca413911756
parentf07ba4f991cd594e5b3625844b4f4793a80678a5
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