anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 84ef72f38aaee90296442f1ecef81b0724fb7a32
parent 51c7c63289f6b10bf530eac0f87ad882178a0844
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 12 Apr 2022 22:05:54 +0200

-style

Diffstat:
Msrc/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 @@ -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",