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;
}
(void) plugin->drop_tables (plugin->cls);
(void) plugin->drop_tables (plugin->cls,
GNUNET_NO);
if (GNUNET_OK !=
plugin->create_tables (plugin->cls))
{
@ -767,7 +768,8 @@ drop:
session));
}
GNUNET_break (GNUNET_OK ==
plugin->drop_tables (plugin->cls));
plugin->drop_tables (plugin->cls,
GNUNET_NO));
unload:
TALER_AUDITORDB_plugin_unload (plugin);
plugin = NULL;