Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
d46b000e
Commit
d46b000e
authored
Aug 04, 2022
by
Alexander V. Chernikov
Browse files
routing: remove duplicate error message after
5c23343b
.
MFC after: 2 weeks
parent
dc6f578a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/net/route/nhop.c
View file @
d46b000e
...
...
@@ -357,8 +357,6 @@ unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del)
num_items_new
=
bitmask_get_resize_items
(
&
ctl
->
nh_idx_head
);
NHOPS_WUNLOCK
(
ctl
);
FIB_CTL_LOG
(
LOG_INFO
,
ctl
,
"Unable to unlink nhop priv %p from hash, hash %u ctl %p"
,
nh_priv_del
,
hash_priv
(
nh_priv_del
),
ctl
);
if
(
priv_ret
==
NULL
)
{
FIB_CTL_LOG
(
LOG_INFO
,
ctl
,
...
...
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