]> git.proxmox.com Git - mirror_frr.git/commit
ldpd: fix clang warning
authorVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 21:28:58 +0000 (23:28 +0200)
committerVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 21:39:34 +0000 (23:39 +0200)
commite3df3ba6d4ea294920394a7296a852ebc836c48c
treec6c71802dfcff5fae265760ac0c8440df6e07836
parent9c5e2b4f61567387f94acbb1783c21abfd56fa72
ldpd: fix clang warning

size is not used for further parsing. Keep it updated but tell
to the compiler that we know it is not used just in case one
needs to extend the parsing somedays.

Signed-off-by: Vincent Jardin <vincent.jardin@6wind.com>
ldpd/address.c