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:
d97080f
)
missed change
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 11 May 2010 07:38:39 +0000
(07:38 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 11 May 2010 07:38:39 +0000
(07:38 +0000)
src/testing/test_testing.c
patch
|
blob
|
history
diff --git
a/src/testing/test_testing.c
b/src/testing/test_testing.c
index 9d8efe3f8d4cf5d0eaf76a42a6eb4b52f1298ca2..ef935da0d31d7d4fa168431a082e215c972c99fc 100644
(file)
--- a/
src/testing/test_testing.c
+++ b/
src/testing/test_testing.c
@@
-58,7
+58,7
@@
my_cb (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Daemon `%s' started, will now stop it.\n", GNUNET_i2s (id));
#endif
- GNUNET_TESTING_daemon_stop (d, TIMEOUT, &end_cb, NULL, GNUNET_YES);
+ GNUNET_TESTING_daemon_stop (d, TIMEOUT, &end_cb, NULL, GNUNET_YES
, GNUNET_NO
);
}