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:
8846e58
)
fix testcase
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 25 Jan 2011 10:37:29 +0000
(10:37 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 25 Jan 2011 10:37:29 +0000
(10:37 +0000)
src/testing/test_testing_reconnect.c
patch
|
blob
|
history
diff --git
a/src/testing/test_testing_reconnect.c
b/src/testing/test_testing_reconnect.c
index 87a442408696986f6d14fa68e5dbcf5d689b67a9..13dbd46b4f83ab04ab6640f40c523af14a6ce44c 100644
(file)
--- a/
src/testing/test_testing_reconnect.c
+++ b/
src/testing/test_testing_reconnect.c
@@
-163,7
+163,7
@@
my_cb1 (void *cls,
"Daemon `%s' started.\n", GNUNET_i2s (id));
#endif
d2 =
- GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL,
+ GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL,
NULL,
&my_cb2, NULL);
GNUNET_assert (d2 != NULL);
}
@@
-190,7
+190,7
@@
run_phase ()
{
phase++;
d1 =
- GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL,
+ GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL,
NULL,
&my_cb1, NULL);
GNUNET_assert (d1 != NULL);
}