]> git.proxmox.com Git - mirror_frr.git/commit
zebra: No need to set msg to NULL
authorDonald Sharp <sharpd@nvidia.com>
Tue, 30 May 2023 23:40:22 +0000 (19:40 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 1 Jun 2023 12:54:25 +0000 (08:54 -0400)
commitc2cf5223477114b428077a07eb370e52b59da2e5
tree9b0cb7bc14138b8224a8b20238ec13d49e4b17f0
parent1f7038386e34fac1731014535bfea6a0b3892abc
zebra: No need to set msg to NULL

The msg value is always reset to something new before it is used inside
the mutex.  No need to set it to NULL.

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