From bd32bb80581964d4631068199fe82c75a16d87b0 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 5 Sep 2019 12:01:54 +0200 Subject: [PATCH] bgpd: remove double spaces with rpki running config & ssh remove double spaces when doing show running-config. Signed-off-by: Philippe Guibert --- bgpd/bgp_rpki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_rpki.c b/bgpd/bgp_rpki.c index e26032744a..d62ad3e922 100644 --- a/bgpd/bgp_rpki.c +++ b/bgpd/bgp_rpki.c @@ -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: