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:
a251533
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 14 Sep 2011 07:58:20 +0000
(07:58 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 14 Sep 2011 07:58:20 +0000
(07:58 +0000)
src/dht/gnunet-service-dht.c
patch
|
blob
|
history
diff --git
a/src/dht/gnunet-service-dht.c
b/src/dht/gnunet-service-dht.c
index b266629206e20f828b7dd570100cd546e094c5f2..b43a1757dd8fe6c566a6a2fe05ecbe215eb8b607 100644
(file)
--- a/
src/dht/gnunet-service-dht.c
+++ b/
src/dht/gnunet-service-dht.c
@@
-3591,7
+3591,7
@@
malicious_put_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
"%s:%s Sending malicious PUT message with hash %s\n", my_short_id,
"DHT", GNUNET_h2s (&key));
demultiplex_message (&put_message.header, &msg_ctx);
- GNUNET_SCHEDULER_add_delayed (mlicious_put_frequency,
+ GNUNET_SCHEDULER_add_delayed (m
a
licious_put_frequency,
&malicious_put_task, NULL);
}