]> git.puffer.fish Git - mirror/frr.git/commit
fpm: don't check for NULL on async events
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 29 Apr 2020 14:16:29 +0000 (11:16 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 5 May 2020 11:48:59 +0000 (08:48 -0300)
commitc69e7ab7d96d605c9d0713f4fd9dbdd206030695
tree55d8c7f44128ba65fe13d76493f28f7f29cd6c8d
parent15e9c561b2a10e90b1370e7a8d43d02ffde9e61a
fpm: don't check for NULL on async events

`thread_cancel_async` already handles the case of NULL events.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
zebra/dplane_fpm_nl.c