aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 15:15:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 15:15:26 +0000
commitcf3e23a07b1d0369d4d8fda120bc5594c68162a0 (patch)
tree0f0b561e318d58fe43233dc01f09257c0434b47e /src/util/crypto_hash.c
parentfb65df3019ce39af825fb3a32e8a6196e0c97ef3 (diff)
downloadgnunet-cf3e23a07b1d0369d4d8fda120bc5594c68162a0.tar.gz
gnunet-cf3e23a07b1d0369d4d8fda120bc5594c68162a0.zip
minor code cleanup
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r--src/util/crypto_hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index 88c7ddd19..670f5e73a 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -161,8 +161,7 @@ file_hash_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
161 return; 161 return;
162 } 162 }
163 fhc->task 163 fhc->task
164 = GNUNET_SCHEDULER_add_after (GNUNET_SCHEDULER_NO_TASK, 164 = GNUNET_SCHEDULER_add_now (&file_hash_task, fhc);
165 &file_hash_task, fhc);
166} 165}
167 166
168 167