mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-17 02:22:17 +00:00
'debug ospf' print a garbage character
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: sidkhot@cumulusnetworks.com Ticket: CM-12271
This commit is contained in:
parent
a79fb1aa76
commit
7fe9687b08
@ -2133,6 +2133,7 @@ config_write_debug (struct vty *vty)
|
|||||||
|
|
||||||
struct ospf *ospf;
|
struct ospf *ospf;
|
||||||
char str[16];
|
char str[16];
|
||||||
|
memset (str, 0, 16);
|
||||||
|
|
||||||
if ((ospf = ospf_lookup()) == NULL)
|
if ((ospf = ospf_lookup()) == NULL)
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user