mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:29:39 +00:00
bgpd: remove double spaces with rpki running config & ssh
remove double spaces when doing show running-config. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
7d177be5b0
commit
bd32bb8058
@ -937,7 +937,7 @@ static int config_write(struct vty *vty)
|
||||
ssh_config->server_hostkey_path != NULL
|
||||
? ssh_config
|
||||
->server_hostkey_path
|
||||
: " ");
|
||||
: "");
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user