diff options
author | Marcel Röthke <marcel.roethke@haw-hamburg.de> | 2019-05-07 16:59:28 +0200 |
---|---|---|
committer | Marcel Röthke <marcel.roethke@haw-hamburg.de> | 2019-05-07 17:01:46 +0200 |
commit | 0e43d16b4c5f09c1f13b4709947ca7f577c270fe (patch) | |
tree | 46a07ac3d058c457bd509b8f9e4d95f8fe4c9677 /bgpd/bgp_rpki.c | |
parent | Merge pull request #4266 from vishaldhingra/lcomm_dyn (diff) | |
download | frr-0e43d16b4c5f09c1f13b4709947ca7f577c270fe.tar.xz frr-0e43d16b4c5f09c1f13b4709947ca7f577c270fe.zip |
bgpd: add missing newline to a warning message in the rpki module
Signed-off-by: Marcel Röthke <marcel.roethke@haw-hamburg.de>
Diffstat (limited to '')
-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 c63d4f9ad..32368a8ef 100644 --- a/bgpd/bgp_rpki.c +++ b/bgpd/bgp_rpki.c @@ -1112,7 +1112,7 @@ DEFPY (rpki_cache, vty_out(vty, "ssh sockets are not supported. " "Please recompile rtrlib and frr with ssh support. " - "If you want to use it"); + "If you want to use it\n"); #endif } else { // use tcp connection return_value = add_tcp_cache(cache, tcpport, preference); |