summaryrefslogtreecommitdiff
path: root/lib/lldp
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-02-22 16:14:58 -0800
committerBen Pfaff <blp@nicira.com>2015-03-03 16:22:30 -0800
commit24738b7e993e9bc5cccc73c7b95bb3e924cb4af7 (patch)
tree0e988fcdf55a4e2f7f4b25139d6259c552c04453 /lib/lldp
parent224f05de492f478b66e73df48525d449b1160acf (diff)
downloadopenvswitch-24738b7e993e9bc5cccc73c7b95bb3e924cb4af7.tar.gz
lldpd: Remove obsolete comment.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/lldp')
-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);