diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-09-05 12:01:54 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2020-07-02 08:17:51 +0200 |
| commit | bd32bb80581964d4631068199fe82c75a16d87b0 (patch) | |
| tree | a0f4493f1dd358b3b7c8b1725ba1ce53736e7d27 | |
| parent | 7d177be5b067e2d52a2290072576806614f2acbb (diff) | |
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>
| -rw-r--r-- | bgpd/bgp_rpki.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
