aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport/transport-testing-communicator.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-09 17:40:58 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-09 17:40:58 +0100
commit6d3268625275afd3b5796bcbf938f38d4f480ae1 (patch)
treeeda718d0de0c6de483dcf177c63944404d239897 /src/service/transport/transport-testing-communicator.c
parent96ba8e4c246fbcb977274954daed7724cbd22a32 (diff)
downloadgnunet-6d3268625275afd3b5796bcbf938f38d4f480ae1.tar.gz
gnunet-6d3268625275afd3b5796bcbf938f38d4f480ae1.zip
transport: remove waitpid again to make test run (for now). This is also an attempt to fix the rekey and rekey test.
Diffstat (limited to 'src/service/transport/transport-testing-communicator.c')
-rw-r--r--src/service/transport/transport-testing-communicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/transport/transport-testing-communicator.c b/src/service/transport/transport-testing-communicator.c
index 7d8abbe1e..c4bb75083 100644
--- a/src/service/transport/transport-testing-communicator.c
+++ b/src/service/transport/transport-testing-communicator.c
@@ -773,7 +773,7 @@ shutdown_process (struct GNUNET_OS_Process *proc)
773 "Error shutting down process with SIGERM and SIGKILL\n"); 773 "Error shutting down process with SIGERM and SIGKILL\n");
774 } 774 }
775 } 775 }
776 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (proc)); 776 //GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (proc));
777 GNUNET_OS_process_destroy (proc); 777 GNUNET_OS_process_destroy (proc);
778} 778}
779 779