]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix paths that have already de-refed ctx
authorDonald Sharp <sharpd@nvidia.com>
Sun, 21 May 2023 23:55:20 +0000 (19:55 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 22 May 2023 14:52:54 +0000 (10:52 -0400)
commitd7c9666e060ecbd31f5fa9b384c2a56118bbb279
treeaa81215323b7d0dc9cef85417b43bde92810e840
parentb31a1797c68b1e1396ff6d8cd0738100380e43a4
zebra: Fix paths that have already de-refed ctx

There is no path in some functions where the ctx
has not already been de-refed.  As such no need
to test for it's existence.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_dplane.c