fix
This commit is contained in:
parent
cab654237f
commit
41a9a73eb8
@ -102,12 +102,12 @@ run (void *cls,
|
|||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Could not setup partitions. Dropping default ones again\n");
|
"Could not setup partitions. Dropping default ones again\n");
|
||||||
}
|
|
||||||
if (GNUNET_OK != plugin->drop_tables (plugin->cls))
|
if (GNUNET_OK != plugin->drop_tables (plugin->cls))
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Could not drop tables after failed partitioning, please delete the DB manually\n");
|
"Could not drop tables after failed partitioning, please delete the DB manually\n");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
TALER_EXCHANGEDB_plugin_unload (plugin);
|
TALER_EXCHANGEDB_plugin_unload (plugin);
|
||||||
plugin = NULL;
|
plugin = NULL;
|
||||||
global_ret = EXIT_NOTINSTALLED;
|
global_ret = EXIT_NOTINSTALLED;
|
||||||
|
Loading…
Reference in New Issue
Block a user