fix ftbfs

This commit is contained in:
Christian Grothoff 2019-02-14 21:22:29 +01:00
parent a98825675b
commit 5bd7ede31f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -105,7 +105,8 @@ run (void *cls)
return;
}
(void) plugin->drop_tables (plugin->cls);
(void) plugin->drop_tables (plugin->cls,
GNUNET_YES);
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_YES));
unload:
TALER_AUDITORDB_plugin_unload (plugin);
plugin = NULL;