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:
Philippe Guibert 2019-09-05 12:01:54 +02:00
parent 7d177be5b0
commit bd32bb8058

View File

@ -937,7 +937,7 @@ static int config_write(struct vty *vty)
ssh_config->server_hostkey_path != NULL ssh_config->server_hostkey_path != NULL
? ssh_config ? ssh_config
->server_hostkey_path ->server_hostkey_path
: " "); : "");
break; break;
#endif #endif
default: default: