summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lldp/lldpd.c')
-rw-r--r--lib/lldp/lldpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lldp/lldpd.c b/lib/lldp/lldpd.c
index 5c8178f6a..bd7603469 100644
--- a/lib/lldp/lldpd.c
+++ b/lib/lldp/lldpd.c
@@ -403,7 +403,6 @@ lldpd_decode(struct lldpd *cfg, char *frame, int s,
* freed with lldpd_port_cleanup() and therefore, the refcount
* of the chassis that was attached to it is decreased.
*/
- /* coverity[use_after_free] TAILQ_REMOVE does the right thing */
i = list_size(&hw->h_rports);
VLOG_DBG("%"PRIuSIZE " neighbors for %s", i, hw->h_ifname);