fix test FTBFS

This commit is contained in:
Marcello Stanisci 2019-02-14 17:11:38 +01:00
parent a98825675b
commit 985d68e6dd
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -105,7 +105,8 @@ run (void *cls)
return; return;
} }
(void) plugin->drop_tables (plugin->cls); (void) plugin->drop_tables (plugin->cls,
GNUNET_NO);
if (GNUNET_OK != if (GNUNET_OK !=
plugin->create_tables (plugin->cls)) plugin->create_tables (plugin->cls))
{ {
@ -767,7 +768,8 @@ drop:
session)); session));
} }
GNUNET_break (GNUNET_OK == GNUNET_break (GNUNET_OK ==
plugin->drop_tables (plugin->cls)); plugin->drop_tables (plugin->cls,
GNUNET_NO));
unload: unload:
TALER_AUDITORDB_plugin_unload (plugin); TALER_AUDITORDB_plugin_unload (plugin);
plugin = NULL; plugin = NULL;