projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7001b5c
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 7 May 2010 14:29:13 +0000
(14:29 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 7 May 2010 14:29:13 +0000
(14:29 +0000)
src/transport/test_plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/test_plugin_transport_http.c
b/src/transport/test_plugin_transport_http.c
index f6807a7cc27697f4dad9174467e41ee974248f7b..94f32d5d929886dbd18bd55c345a9be02e561c9a 100644
(file)
--- a/
src/transport/test_plugin_transport_http.c
+++ b/
src/transport/test_plugin_transport_http.c
@@
-162,6
+162,7
@@
shutdown_clean ()
GNUNET_assert (NULL == GNUNET_PLUGIN_unload ("libgnunet_plugin_transport_http", api));
GNUNET_SCHEDULER_shutdown(sched);
+ fail = GNUNET_NO;
return;
}
@@
-352,6
+353,8
@@
main (int argc, char *const *argv)
GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "Failed to kill statistics service");
fail = GNUNET_YES;
}
+ if (GNUNET_OS_process_wait(pid) != GNUNET_OK)
+ GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "waitpid");
GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Killed statistics service\n");
return fail;
}