summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-wire.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 13:31:58 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 13:32:03 +0200
commitd821db366a9d2554c59e6450b352cddacd73b398 (patch)
tree73793e12119025b604050f7a637c18c17c473125 /src/auditor/taler-helper-auditor-wire.c
parent05bc00b5f226e6e6695ef00609a02549284c8f55 (diff)
downloadexchange-d821db366a9d2554c59e6450b352cddacd73b398.tar.gz
exchange-d821db366a9d2554c59e6450b352cddacd73b398.tar.bz2
exchange-d821db366a9d2554c59e6450b352cddacd73b398.zip
-fix misc enum confusions and other compiler warnings
Diffstat (limited to 'src/auditor/taler-helper-auditor-wire.c')
-rw-r--r--src/auditor/taler-helper-auditor-wire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c
index f98975c69..93834f46f 100644
--- a/src/auditor/taler-helper-auditor-wire.c
+++ b/src/auditor/taler-helper-auditor-wire.c
@@ -1942,14 +1942,14 @@ begin_transaction (void)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Failed to initialize exchange database session.\n");
- return GNUNET_SYSERR;
+ return GNUNET_DB_STATUS_HARD_ERROR;
}
TALER_ARL_asession = TALER_ARL_adb->get_session (TALER_ARL_adb->cls);
if (NULL == TALER_ARL_asession)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Failed to initialize auditor database session.\n");
- return GNUNET_SYSERR;
+ return GNUNET_DB_STATUS_HARD_ERROR;
}
if (GNUNET_OK !=
TALER_ARL_adb->start (TALER_ARL_adb->cls,