]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_lsdb.c
ospf6: Fix DEBUG compiling error
authorßingen <bingen@voltanet.io>
Tue, 1 Aug 2017 09:34:15 +0000 (11:34 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Aug 2017 10:07:34 +0000 (12:07 +0200)
commitc811f101e701ece749bfa50cf8bc5a03183e56b2
tree970f8c45ea1368bd057cbe1e5c6bbd9c344bafaf
parent6e4762e1cca9888ce8e6baaf29ea8f191635fc6a
ospf6: Fix DEBUG compiling error

struct ospf6_lsa doesn't have next nor prev, so it was raising a
compiling error if DEBUG is set.

Signed-off-by: ßingen <bingen@voltanet.io>
ospf6d/ospf6_lsdb.c