diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/rspamd_statfile_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_statfile_test.c b/test/rspamd_statfile_test.c index 282d4dc1c..9618874ba 100644 --- a/test/rspamd_statfile_test.c +++ b/test/rspamd_statfile_test.c @@ -41,7 +41,7 @@ rspamd_statfile_test_func () /* Create new file */ g_assert (statfile_pool_create (pool, TEST_FILENAME, 65535) != -1); - g_assert ((st = statfile_pool_open (pool, TEST_FILENAME)) != NULL); + g_assert ((st = statfile_pool_open (pool, TEST_FILENAME, 65535, FALSE)) != NULL); /* Get and set random blocks */ statfile_pool_lock_file (pool, st); |