mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 13:01:59 +00:00
OSPFd: Remove unecessary debug message
- Line 865 in ospfd/ospf_ext.c cause compilation failure when -werror is set. This line was not necessary and add only for debugging purpose. Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
This commit is contained in:
parent
dab8b7a81c
commit
0cd00cc506
@ -862,7 +862,6 @@ static void ospf_ext_link_lsa_body_set(struct stream *s, struct ext_itf *exti)
|
||||
if (ntohs(TLV_TYPE(exti->rmt_itf_addr)) != 0)
|
||||
size = size + EXT_SUBTLV_RMT_ITF_ADDR_SIZE
|
||||
+ TLV_HDR_SIZE;
|
||||
zlog_debug("EXT (%s): TLV size = %u", __func__, size);
|
||||
TLV_LEN(exti->link) = htons(size);
|
||||
|
||||
/* Build LSA body for an Extended Link TLV with Adj. SID */
|
||||
|
Loading…
Reference in New Issue
Block a user