]> git.proxmox.com Git - mirror_lxc.git/commit
cleanup: remove unnecessary zeroing
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Sep 2017 09:45:03 +0000 (11:45 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 10 Sep 2017 18:00:36 +0000 (14:00 -0400)
commite824fa42ffdf137f0dcefcb445b65c541c5a702f
treed38a12216b9ff6a74515b0be603a332561d98ed1
parentc9fc957a046acbe922d981b2103370c96d4f9830
cleanup: remove unnecessary zeroing

The entire netdev is zeroed via memset() already. Unions and
all.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/lxc/confile_legacy.c
src/lxc/confile_utils.c