aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-12 00:36:59 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-12 00:36:59 +0000
commit0bafde3a5b49eb06e01103fa1b0d98ab6c25b84d (patch)
tree47f80b26445db5d0a72331af2f427a872602a4ef /src
parent4c72fa477ad226660df116c6275283833a3f5214 (diff)
downloadgnunet-0bafde3a5b49eb06e01103fa1b0d98ab6c25b84d.tar.gz
gnunet-0bafde3a5b49eb06e01103fa1b0d98ab6c25b84d.zip
fix
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