From fdc8614c306e5b61224d1ab4b63c00c558dbb07e Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 16 Sep 2013 21:23:57 +0200 Subject: lib/command.c: rewrite command matching/parsing Add support for keyword commands. Signed-off-by: Christian Franke --- tests/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index e0fbb4d5..2d8cb0c5 100644 --- a/tests/main.c +++ b/tests/main.c @@ -171,8 +171,6 @@ main (int argc, char **argv) /* OSPF vty inits. */ test_vty_init (); - sort_node (); - /* Change to the daemon program. */ if (daemon_mode && daemon (0, 0) < 0) { -- cgit v1.2.1