summaryrefslogtreecommitdiff
path: root/tests/lib/test_srcdest_table.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-11-29 15:19:38 -0500
committerGitHub <noreply@github.com>2018-11-29 15:19:38 -0500
commit9f7b49e1057b2a950240813bf538e46b4f1566c4 (patch)
treee429cd55fb72ad7573194686de10d0dd70baee56 /tests/lib/test_srcdest_table.c
parentc4affc7bc0204ac6da2d931dc4385c3189173542 (diff)
parent9c47203310828d015de45eceabce074133220435 (diff)
Merge pull request #3342 from opensourcerouting/nb-operational-data
Northbound: improved support for YANG-modeled operational data
Diffstat (limited to 'tests/lib/test_srcdest_table.c')
-rw-r--r--tests/lib/test_srcdest_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_srcdest_table.c b/tests/lib/test_srcdest_table.c
index 70db69aadf..959358bbec 100644
--- a/tests/lib/test_srcdest_table.c
+++ b/tests/lib/test_srcdest_table.c
@@ -102,7 +102,7 @@ static unsigned int log_key(void *data)
return hash;
}
-static int log_cmp(const void *a, const void *b)
+static bool log_cmp(const void *a, const void *b)
{
if (a == NULL || b == NULL)
return 0;