[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[merchant] branch master updated: fix #10060 (nicer shutdown of taler-me
From: |
Admin |
Subject: |
[merchant] branch master updated: fix #10060 (nicer shutdown of taler-merchant-depositcheck if child had trouble) |
Date: |
Mon, 02 Jun 2025 12:44:50 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 2ab254e5 fix #10060 (nicer shutdown of taler-merchant-depositcheck if
child had trouble)
2ab254e5 is described below
commit 2ab254e5651a522e8adb8f28a0eb861a45a67c50
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Jun 2 12:44:42 2025 +0200
fix #10060 (nicer shutdown of taler-merchant-depositcheck if child had
trouble)
---
src/backend/taler-merchant-depositcheck.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-depositcheck.c
b/src/backend/taler-merchant-depositcheck.c
index 8801cd14..daeeddce 100644
--- a/src/backend/taler-merchant-depositcheck.c
+++ b/src/backend/taler-merchant-depositcheck.c
@@ -823,6 +823,8 @@ child_done_cb (void *cls,
struct Child *c = cls;
c->cwh = NULL;
+ GNUNET_OS_process_destroy (c->process);
+ c->process = NULL;
if ( (GNUNET_OS_PROCESS_EXITED != type) ||
(0 != exit_code) )
{
@@ -835,8 +837,6 @@ child_done_cb (void *cls,
global_ret = EXIT_NOTINSTALLED;
return;
}
- GNUNET_OS_process_destroy (c->process);
- c->process = NULL;
if (test_mode &&
(! GNUNET_TIME_relative_is_zero (c->rd)) )
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [merchant] branch master updated: fix #10060 (nicer shutdown of taler-merchant-depositcheck if child had trouble),
Admin <=