This commit is contained in:
Marco Boss 2022-03-02 13:30:44 +01:00
parent 41a9a73eb8
commit 548613c617
No known key found for this signature in database
GPG Key ID: 89A3EC33C625C3DF

View File

@ -107,11 +107,11 @@ run (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"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)
{