]> git.ipfire.org Git - thirdparty/bird.git/commit
Fix some failed asserts due to add_tail()
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 24 Nov 2020 02:42:23 +0000 (03:42 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 24 Nov 2020 02:42:23 +0000 (03:42 +0100)
commit1678bc07467e6d977fc2f6bf830274ca92e0a6e5
treefdbdc70d526b7dedabdabd9bed889f0fdc2e023e
parentc9ae81656f97bcc55910e80b6f00d3ee9383d848
Fix some failed asserts due to add_tail()

When config structures are copied due to template application,
we need to reset list node structure before calling add_tail().

Thanks to Mikael Magnusson for patches.
conf/conf.c
nest/proto.c
proto/static/static.c