lldpd: Remove obsolete comment.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Feb 2015 00:14:58 +0000 (16:14 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2015 00:22:30 +0000 (16:22 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/lldp/lldpd.c

index 5c8178f..bd76034 100644 (file)
@@ -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);