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
d7975d26
Commit
d7975d26
authored
Aug 03, 1999
by
Martin Mareš
Browse files
Ouch, how could I write this?
parent
4532a89e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nest/rt-table.c
View file @
d7975d26
...
...
@@ -43,7 +43,7 @@ void
rt_setup
(
pool
*
p
,
rtable
*
t
,
char
*
name
)
{
bzero
(
t
,
sizeof
(
*
t
));
fib_init
(
&
t
->
fib
,
p
,
sizeof
(
rte
),
0
,
rte_init
);
fib_init
(
&
t
->
fib
,
p
,
sizeof
(
net
),
0
,
rte_init
);
t
->
name
=
name
;
init_list
(
&
t
->
hooks
);
}
...
...
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