mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
Merge pull request #10014 from rgirada/ospf_nbr_cov
ospfd: fixing few coverity issues in ospf_vty.c
This commit is contained in:
commit
67ca5030f7
@ -4350,7 +4350,7 @@ static void show_ip_ospf_neighbor_sub(struct vty *vty,
|
||||
char buf[PREFIX_STRLEN];
|
||||
char timebuf[OSPF_TIME_DUMP_SIZE];
|
||||
json_object *json_neighbor = NULL, *json_neigh_array = NULL;
|
||||
struct timeval res;
|
||||
struct timeval res = {.tv_sec = 0, .tv_usec = 0};
|
||||
long time_val = 0;
|
||||
char uptime[OSPF_TIME_DUMP_SIZE];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user