summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.c
diff options
context:
space:
mode:
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)