]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: remove asserts on task nullity
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 2 Jul 2018 18:07:28 +0000 (18:07 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 2 Jul 2018 18:07:28 +0000 (18:07 +0000)
commit7012f1a38cdce2bcb58ed538cac6cca77927e59c
tree9661898eaaf4f11e2d02faf2c197b3384879555b
parent36789dd4b51887968d9481b57f5cb12465e73f22
zebra: remove asserts on task nullity

While ZAPI I/O threads make a best effort to kill any scheduled tasks on
their threadmasters, after death another pthread can continue to
schedule onto the threadmaster. This isn't a problem per se since the
tasks will never run, but it also means that asserting that it hasn't
happened is pointless.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zserv.c