diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-05-08 17:10:10 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-05-08 17:10:10 +0000 |
commit | 0bc69acf58a964525dab8239d5f9b93ae1049210 (patch) | |
tree | 0a01bd8afdcb9501ee7f9be6d2ecc59648e40392 /src/util/test_common_logging_runtime_loglevels.c | |
parent | dea888620df76ede9912cedc53c4de1fa0e94aab (diff) |
Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroy
git-svn-id: https://gnunet.org/svn/gnunet@21352 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r-- | src/util/test_common_logging_runtime_loglevels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c index cdf1f660d2..b914ae1c6f 100644 --- a/src/util/test_common_logging_runtime_loglevels.c +++ b/src/util/test_common_logging_runtime_loglevels.c @@ -55,7 +55,7 @@ end_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); } GNUNET_OS_process_wait (proc); - GNUNET_OS_process_close (proc); + GNUNET_OS_process_destroy (proc); proc = NULL; GNUNET_DISK_pipe_close (pipe_stdout); if (ok == 1) |