gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: -style


From: gnunet
Subject: [taler-anastasis] branch master updated: -style
Date: Tue, 12 Apr 2022 22:05:57 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 84ef72f  -style
84ef72f is described below

commit 84ef72f38aaee90296442f1ecef81b0724fb7a32
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Apr 12 22:05:54 2022 +0200

    -style
---
 src/reducer/anastasis_api_recovery_redux.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/reducer/anastasis_api_recovery_redux.c 
b/src/reducer/anastasis_api_recovery_redux.c
index 17218a1..66215e9 100644
--- a/src/reducer/anastasis_api_recovery_redux.c
+++ b/src/reducer/anastasis_api_recovery_redux.c
@@ -100,8 +100,9 @@ ANASTASIS_recovery_start (const struct 
GNUNET_CONFIGURATION_Handle *cfg)
     pid = fork ();
     if (pid == 0)
     {
-      close (pipefd_stdout[0]);
-      dup2 (pipefd_stdout[1], STDOUT_FILENO);
+      (void) close (pipefd_stdout[0]);
+      (void) dup2 (pipefd_stdout[1],
+                   STDOUT_FILENO);
       execlp (external_reducer,
               external_reducer,
               "-r",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]