]> git.proxmox.com Git - mirror_frr.git/commit - lib/imsg-buffer.c
lib, ldpd: fix SA warnings from TAILQ oddness
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 17:25:00 +0000 (19:25 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 18:34:32 +0000 (20:34 +0200)
commita43ad4fef85196592e59665fa9b69eddb30592e0
tree943b674a163f17a9e6a83ab7871dd1845bac9beb
parent6317894ef3c5f5a21cca00c3a851f13b2d81541b
lib, ldpd: fix SA warnings from TAILQ oddness

Add a TAILQ_POP_FIRST so Clang understands it's the same item that is
getting removed from the list.

Signed-off-by: David Lamparter <equinox@diac24.net>
ldpd/lde.c
lib/imsg-buffer.c
lib/imsg.c
lib/queue.h