]> git.puffer.fish Git - mirror/frr.git/commit
ospf6: Fix DEBUG compiling error
authorßingen <bingen@voltanet.io>
Tue, 1 Aug 2017 09:34:15 +0000 (11:34 +0200)
committerßingen <bingen@voltanet.io>
Tue, 1 Aug 2017 09:34:15 +0000 (11:34 +0200)
commit59f851e91d7f777ccb401aa6620cfa4040569cb4
tree8a28868de9bf8848c35ea7cd64d2a54596d0aaf2
parent8b58f86f805188d372a3dd68b6a2a97b6ff1d187
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