From f098e072bec8d5858afbf713635217ea84c7e45d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 22:53:05 +0000 Subject: Fixed a bunch of FIXME's by removing them :) --- nest/rt-table.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index f255a05..b959770 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -710,7 +710,11 @@ static void rt_show_cont(struct cli *c) { struct rt_show_data *d = c->rover; - unsigned max = 1; /* FIXME: After some debugging, increase to reasonable amount */ +#ifdef DEBUGGING + unsigned max = 4; +#else + unsigned max = 64; +#endif struct fib *fib = &d->table->fib; struct fib_iterator *it = &d->fit; -- cgit v1.2.3