sync

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

commit 250440aa0867230f1901b8076129ca2c2665193c
parent 23ac460cc57ce8520019f2e9788f5f0d5b37113e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Apr 2020 00:32:05 +0200

indent

Diffstat:
Msrc/sync/sync-httpd.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sync/sync-httpd.c b/src/sync/sync-httpd.c @@ -627,7 +627,6 @@ main (int argc, "connection-close", "force HTTP connections to be closed after each request", &SH_sync_connection_close), - GNUNET_GETOPT_OPTION_END }; @@ -640,7 +639,8 @@ main (int argc, GNUNET_PROGRAM_run (argc, argv, "sync-httpd", "sync HTTP interface", - options, &run, NULL)) + options, + &run, NULL)) return 3; return (GNUNET_OK == result) ? 0 : 1; }