]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_spf.c
*: add/cleanup initialisers
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 08:07:25 +0000 (09:07 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Jun 2016 12:51:46 +0000 (08:51 -0400)
commitc5e0075f8b0ed11c81333bbe6970ebc9479e3a70
treef67d18033cf3333d368e2dd9567e41928b232cd3
parent1cc5e6822b05f6bf6a5b26b515ff78355d89fb07
*: add/cleanup initialisers

There were some (inconsequential) warnings about uninitialised use of
variables.  Also, in one case, sub-structs were mixed in initialisation,
which doesn't quite work as intended.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.c
ospfd/ospf_spf.c
ripngd/ripngd.c