commit | e19ed8c4516621be74b9a28c887185fc66b67430 | [log] [tgz] |
---|---|---|
author | Juliusz Chroboczek <jch@pps.jussieu.fr> | Tue Feb 07 05:36:06 2012 +0100 |
committer | Paul Jakma <paul@quagga.net> | Sun Mar 25 17:06:53 2012 +0100 |
tree | 2af3257496f6dc568649ee1596d3a265cc8cfd26 | |
parent | feb6c53eacf630bf18d29e1994f65e567dbdd985 [diff] |
babeld: Fix typo in hello interval command.
diff --git a/babeld/babel_interface.c b/babeld/babel_interface.c index fafe009..a874289 100644 --- a/babeld/babel_interface.c +++ b/babeld/babel_interface.c
@@ -430,7 +430,7 @@ 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);