]> git.proxmox.com Git - mirror_frr.git/commit
OSPFd: Remove unecessary debug message
authorOlivier Dugeon <olivier.dugeon@orange.com>
Tue, 30 Jan 2018 13:25:40 +0000 (14:25 +0100)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Tue, 30 Jan 2018 13:25:40 +0000 (14:25 +0100)
commit0cd00cc506efba53f357cf58b56c66ec141f7fa4
tree99fa165fdb51b303e5b977530f630ba1ffc80ace
parentdab8b7a81c42c62a3effbcf157ff6a125871792c
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>
ospfd/ospf_ext.c