]> git.puffer.fish Git - mirror/frr.git/commit
lib: add asserts on returned matcher vals
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 11 Apr 2018 18:09:21 +0000 (14:09 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 13 Apr 2018 21:17:42 +0000 (17:17 -0400)
commit039c1e8d4f858661a4211ba16145d6c53c49b8ba
tree234bda9b82410c4517700cd61982e024c0585849
parent8934b81c69f43d81923133fba3989135692c9f34
lib: add asserts on returned matcher vals

These asserts verify that the status correlates with the expected result
and fixes a clang-analyze warning.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command_match.c