mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:44:38 +00:00
ospf6d: remove extra debug message
Somehow the hello message debugging code slipped outside the debug guard. Lets just remove it. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
a95ba7a7c8
commit
ae2ba0c219
@ -1977,7 +1977,6 @@ static int ospf6_write(struct thread *thread)
|
||||
__func__, latency);
|
||||
oi->last_hello = timestamp;
|
||||
oi->hello_out++;
|
||||
ospf6_hello_print(oh, OSPF6_ACTION_SEND);
|
||||
break;
|
||||
case OSPF6_MESSAGE_TYPE_DBDESC:
|
||||
oi->db_desc_out++;
|
||||
|
Loading…
Reference in New Issue
Block a user