sync

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

commit cfd614b0151a9804cd5b53ebc7c47a4fafa9c5fa
parent 6f65209d7d4b2262fb1360cc4fe5360d0d609dd8
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu, 18 May 2023 15:37:57 +0200

rename .success to .ok for consistency

Diffstat:
MINSTALL | 6+++---
Msrc/sync/sync-httpd_backup_post.c | 4++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,8 +1,8 @@ Installation Instructions ************************* - Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software -Foundation, Inc. + Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free +Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -225,7 +225,7 @@ order to use an ANSI C compiler: and if that doesn't work, install pre-built binaries of GCC for HP-UX. - HP-UX 'make' updates targets which have the same time stamps as their + HP-UX 'make' updates targets which have the same timestamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c @@ -449,8 +449,8 @@ check_payment_cb (void *cls, GNUNET_assert (MHD_HTTP_OK == hr->http_status); GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Payment status checked: %d\n", - osr->details.success.status); - switch (osr->details.success.status) + osr->details.ok.status); + switch (osr->details.ok.status) { case TALER_MERCHANT_OSC_PAID: {