vlib: fix missing integer init 66/40766/4
authorGuillaume Solignac <[email protected]>
Thu, 18 Jan 2024 11:01:57 +0000 (12:01 +0100)
committerDamjan Marion <[email protected]>
Mon, 6 May 2024 11:53:32 +0000 (11:53 +0000)
commit687707d0b8659765c27a18a749299d8ad31be234
treef640a0a6ac6ba8b144b098e40bb8097cb5492fa6
parent4aecd4869c47c3561fb4acde4726a0a832798cff
vlib: fix missing integer init

Some compilers were not clever enough to figure out these inits
weren't needed. Hence adding them.

Type: fix
Signed-off-by: Guillaume Solignac <[email protected]>
Change-Id: I50c4e978bfd2ef15ece7a29e517bb8ddba12f960
Signed-off-by: Pierre Pfister <[email protected]>
Signed-off-by: Dave Wallace <[email protected]>
src/vlib/pci/pci.c