sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit b3a9c27a82b44fb22b400b4b61ca0e0f7ca4b3cd
parent 2d5ee6ab69b8abd8aa607deb45bdc08e4cad3369
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 14 Jun 2026 01:39:46 +0200

re-add check to refuse to start if schema is not current

Diffstat:
Msrc/syncdb/sync-dbinit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/syncdb/sync-dbinit.c b/src/syncdb/sync-dbinit.c @@ -55,7 +55,7 @@ run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg) { if (GNUNET_OK != - SYNCDB_init (cfg)) + SYNCDB_init_admin (cfg)) { fprintf (stderr, "Failed to initialize database.\n");