[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -use named constants
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -use named constants |
Date: |
Thu, 29 Jul 2021 23:05:32 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 1b419ada -use named constants
1b419ada is described below
commit 1b419adab48fc0fd915835e0d57c5923e515280c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 29 23:05:26 2021 +0200
-use named constants
---
src/exchange/taler-exchange-httpd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd.c
b/src/exchange/taler-exchange-httpd.c
index f37035ad..9696ab21 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1747,7 +1747,7 @@ main (int argc,
}
TALER_EXCHANGEDB_plugin_unload (TEH_plugin);
TEH_WIRE_done ();
- return (GNUNET_SYSERR == ret) ? 1 : 0;
+ return (GNUNET_SYSERR == ret) ? EXIT_FAILURE : EXIT_SUCCESS;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -use named constants,
gnunet <=