summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-07 22:48:50 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-07 22:48:50 +0100
commit3999999988878776a977aa27bb6e5097fa24c18a (patch)
treef41d3be6e643daaee7cb07237a263308d78905e4 /src/auditor/taler-auditor-httpd.c
parent421e802fd35888f3432720841bd25527ede29ebc (diff)
downloadexchange-3999999988878776a977aa27bb6e5097fa24c18a.tar.gz
exchange-3999999988878776a977aa27bb6e5097fa24c18a.tar.bz2
exchange-3999999988878776a977aa27bb6e5097fa24c18a.zip
fixes for earlier fix
Diffstat (limited to 'src/auditor/taler-auditor-httpd.c')
-rw-r--r--src/auditor/taler-auditor-httpd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c
index aac6d8a8c..d77b24182 100644
--- a/src/auditor/taler-auditor-httpd.c
+++ b/src/auditor/taler-auditor-httpd.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014, 2015, 2016, 2018 Taler Systems SA
+ Copyright (C) 2014-2020 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -570,7 +570,7 @@ main (int argc,
enum TALER_MHD_GlobalOptions go;
{
- enum GNUNET_GenericReturnValue ret;
+ int ret;
ret = GNUNET_GETOPT_run ("taler-auditor-httpd",
options,
@@ -579,7 +579,6 @@ main (int argc,
return 0;
if (GNUNET_SYSERR == ret)
return 3;
- return 1;
}
go = TALER_MHD_GO_NONE;
if (auditor_connection_close)