]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_lsa.h
ospf6d: fix clang warning, NULL() calls
authorVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 16:20:12 +0000 (18:20 +0200)
committerVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 21:06:57 +0000 (23:06 +0200)
commit3981b5c7f3232086aecd35e56bbeb4b5116c8469
treead2a5bb75b4b5b831641a343cd34a99a534a4707
parent21cf6b211badb0a4a2de8995e562f815255c2ab7
ospf6d: fix clang warning, NULL() calls

Avoid show() methods from being a NULL function when it is called.
Meanwhile, I did const'ify the handlers so only its debug field can be changed.

Signed-off-by: Vincent Jardin <vincent.jardin@6wind.com>
ospf6d/ospf6_abr.c
ospf6d/ospf6_asbr.c
ospf6d/ospf6_intra.c
ospf6d/ospf6_lsa.c
ospf6d/ospf6_lsa.h