babeld: Fix typo in hello interval command.

This commit is contained in:
Juliusz Chroboczek 2012-02-07 05:36:06 +01:00 committed by Paul Jakma
parent feb6c53eac
commit e19ed8c451

View File

@ -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);