]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Don't do expensive string manip if not in debug
authorDonald Sharp <sharpd@nvidia.com>
Mon, 26 Oct 2020 13:19:18 +0000 (09:19 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 29 Oct 2020 13:00:43 +0000 (09:00 -0400)
commit82144f532bdb027bafc3ba26bb0191c4cffdf06b
tree51c291db8eb9ec05264bf8aece149b3bafcd905f
parent502dd27af98c46d20f82c43a3e2d80db53128782
zebra: Don't do expensive string manip if not in debug

Modify the code to not load up a string that is only used
in debugging unless we are debugging.

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