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
cf0858c2
Commit
cf0858c2
authored
Jan 07, 2010
by
Ondřej Zajíček
Browse files
A fix of a previous fix.
parent
ba39197c
Changes
1
Hide whitespace changes
Inline
Side-by-side
proto/ospf/rt.c
View file @
cf0858c2
...
...
@@ -475,7 +475,7 @@ link_back(struct ospf_area *oa, struct top_hash_entry *en, struct top_hash_entry
if
(
tmp
==
par
)
{
#ifdef OSPFv2
fol
->
lb
=
ipa_from_u32
(
rtl
->
data
);
en
->
lb
=
ipa_from_u32
(
rtl
->
data
);
#endif
return
1
;
}
...
...
Write
Preview
Markdown
is supported
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