From e19ed8c4516621be74b9a28c887185fc66b67430 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Tue, 7 Feb 2012 05:36:06 +0100 Subject: babeld: Fix typo in hello interval command. --- babeld/babel_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babeld/babel_interface.c b/babeld/babel_interface.c index fafe009f..a874289c 100644 --- a/babeld/babel_interface.c +++ b/babeld/babel_interface.c @@ -430,7 +430,7 @@ DEFUN (babel_set_hello_interval, struct interface *ifp; babel_interface_nfo *babel_ifp; - int interval = atoi(argv[1]); + int interval = atoi(argv[0]); ifp = vty->index; babel_ifp = babel_get_if_nfo(ifp); -- cgit v1.2.1