Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
6998bb9e
Commit
6998bb9e
authored
May 07, 2000
by
Martin Mareš
Browse files
Squashed one bug in fib_rehash(). No more routes disappearing as if struct
by a lightning :)
parent
891cec85
Changes
1
Hide whitespace changes
Inline
Side-by-side
nest/rt-fib.c
View file @
6998bb9e
/*
* BIRD -- Forwarding Information Base -- Data Structures
*
* (c) 1998 Martin Mares <mj@ucw.cz>
* (c) 1998
--2000
Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
...
...
@@ -87,7 +87,7 @@ fib_rehash(struct fib *f, int step)
newn
=
f
->
hash_size
;
ni
=
0
;
while
(
old
--
)
while
(
old
n
--
)
{
x
=
*
h
++
;
while
(
e
=
x
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment