diff options
Diffstat (limited to 'src/auditordb/test_auditordb.c')
-rw-r--r-- | src/auditordb/test_auditordb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c index aaee64857..c8583add8 100644 --- a/src/auditordb/test_auditordb.c +++ b/src/auditordb/test_auditordb.c @@ -200,7 +200,7 @@ run (void *cls) if (NULL == (plugin = TALER_AUDITORDB_plugin_load (cfg, - false))) + true))) { result = 77; return; |