summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-12-06 14:38:55 +0100
committerDavid Lamparter <equinox@diac24.net>2019-12-06 15:13:29 +0100
commit1c0d880814e3fcf76b3351e6756c8ec378f357cb (patch)
treec3c92aca5cea0c05e335ccdb102cb839fc8ff07e /nhrpd/nhrp_main.c
parentMerge pull request #5288 from SumitAgarwal123/bfd_docs (diff)
downloadfrr-1c0d880814e3fcf76b3351e6756c8ec378f357cb.tar.xz
frr-1c0d880814e3fcf76b3351e6756c8ec378f357cb.zip
lib: rename memory_vty.c to lib_vty.c
And memory_init() to lib_cmd_init(). Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'nhrpd/nhrp_main.c')
-rw-r--r--nhrpd/nhrp_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c
index a781122b1..b58fe776a 100644
--- a/nhrpd/nhrp_main.c
+++ b/nhrpd/nhrp_main.c
@@ -21,7 +21,6 @@
#include "version.h"
#include "log.h"
#include "memory.h"
-#include "memory_vty.h"
#include "command.h"
#include "libfrr.h"