From 3999999988878776a977aa27bb6e5097fa24c18a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Jan 2021 22:48:50 +0100 Subject: fixes for earlier fix --- src/auditor/taler-auditor-httpd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/auditor/taler-auditor-httpd.c') 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) -- cgit v1.2.3