aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-29 14:11:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-29 14:11:42 +0000
commit25978d3ebfb4c1f6c6466d65d3fc4be953659b08 (patch)
treeb8b1a4949ec8167d465fc314b9d3f5bf3297e6c5 /src/fs/gnunet-service-fs_pr.c
parentfc7a2ed15ec9469c727c3398b7431976396d7a41 (diff)
downloadgnunet-25978d3ebfb4c1f6c6466d65d3fc4be953659b08.tar.gz
gnunet-25978d3ebfb4c1f6c6466d65d3fc4be953659b08.zip
-doxygen
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 99c4056ae..105093361 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -589,13 +589,13 @@ GSF_pending_request_get_message_ (struct GSF_PendingRequest *pr,
589 * @return #GNUNET_YES (we should continue to iterate) 589 * @return #GNUNET_YES (we should continue to iterate)
590 */ 590 */
591static int 591static int
592clean_request (void *cls, const struct GNUNET_HashCode * key, void *value) 592clean_request (void *cls, const struct GNUNET_HashCode *key, void *value)
593{ 593{
594 struct GSF_PendingRequest *pr = value; 594 struct GSF_PendingRequest *pr = value;
595 GSF_LocalLookupContinuation cont; 595 GSF_LocalLookupContinuation cont;
596 596
597 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 597 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
598 "Cleaning up pending request for `%s'.\n", 598 "Cleaning up pending request for `%s'.\n",
599 GNUNET_h2s (key)); 599 GNUNET_h2s (key));
600 if (NULL != pr->mesh_request) 600 if (NULL != pr->mesh_request)
601 { 601 {