aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index 3091a6491..c0b6847b6 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -157,7 +157,7 @@ check ()
157 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 157 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
158 ok = 1; 158 ok = 1;
159 } 159 }
160 GNUNET_OS_process_wait(p->arm_pid); 160 GNUNET_OS_process_wait(pid);
161 return ok; 161 return ok;
162} 162}
163 163