fix
This commit is contained in:
parent
41a9a73eb8
commit
548613c617
@ -107,11 +107,11 @@ run (void *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);
|
||||||
|
plugin = NULL;
|
||||||
|
global_ret = EXIT_NOTINSTALLED;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
TALER_EXCHANGEDB_plugin_unload (plugin);
|
|
||||||
plugin = NULL;
|
|
||||||
global_ret = EXIT_NOTINSTALLED;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
if (gc_db || clear_shards)
|
if (gc_db || clear_shards)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user