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:
2838de5
)
Set hostkeycallback to null.
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 2 Mar 2011 11:54:54 +0000
(11:54 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 2 Mar 2011 11:54:54 +0000
(11:54 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index 7f5ef2a01c7cf9a95d4b91da6171ab4d8d1d5156..99e834096394ebbe46baef4f44543a9edef745bf 100644
(file)
--- a/
src/testing/testing.c
+++ b/
src/testing/testing.c
@@
-440,6
+440,7
@@
start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
if (d->hostkey_callback != NULL)
{
d->hostkey_callback (d->hostkey_cls, &d->id, d, NULL);
+ d->hostkey_callback = NULL;
d->phase = SP_HOSTKEY_CREATED;
}
else