From 1eb19587bf3d96712d8d3313ecb32e92e1fcbd30 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 9 Sep 2017 10:59:21 +0100 Subject: Fix up tests with nslog changes --- test/urldbtest.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/urldbtest.c') diff --git a/test/urldbtest.c b/test/urldbtest.c index 3cba8835f..620ce4cb5 100644 --- a/test/urldbtest.c +++ b/test/urldbtest.c @@ -77,6 +77,9 @@ struct test_urls { #define NELEMS(x) (sizeof(x) / sizeof((x)[0])) +/* Stubs */ +nserror nslog_set_filter_by_options() { return NSERROR_OK; } + /** * generate test output filenames */ -- cgit v1.2.3