]> git.puffer.fish Git - mirror/frr.git/commit
lib: prevent crash in make check in some situations 9211/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 18:25:18 +0000 (14:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 18:41:46 +0000 (14:41 -0400)
commitfb1df4cd1353bac5eb47398dd1e2c41b5114f5ea
tree97af5783c4a45f37ee0697e8432ec1070ec9b14e
parent68b47b29d8d11a2b65e542f9ddbeb6fbdca262c7
lib: prevent crash in make check in some situations

When running `make check` against a build that zeromq enabled
the test_zmq unit test was crashing.  The commit:

e08165def1c62beee0e87385e37ea5f12ca0f9b9

Introduced this crash.  Removing the part of the commit
that was causing the crash in the test.  This is mainly
to get `make check` working again for those people using
zeromq in their builds.

Fixes: #9176
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/frr_zmq.c