netifd: Explicitly zero initialize variables
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 12 Feb 2023 20:38:04 +0000 (21:38 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Feb 2023 15:09:56 +0000 (16:09 +0100)
commitc77417a683ac66f95daabb971a308ea7a12b5f85
tree3b385d690c3f4009c9b907f240d3995f0be25b1f
parent8ebf033176363dc4584e36ebbbc7f626ef31eb8f
netifd: Explicitly zero initialize variables

The -pedantic option was complaining about the old initialization and
prefers if it is explicitly initialized to zero.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
proto.c
system-linux.c