aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cadet_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_cadet_server.c')
-rw-r--r--src/fs/gnunet-service-fs_cadet_server.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_cadet_server.c b/src/fs/gnunet-service-fs_cadet_server.c
index 34e4e6f58..395842ebb 100644
--- a/src/fs/gnunet-service-fs_cadet_server.c
+++ b/src/fs/gnunet-service-fs_cadet_server.c
@@ -143,7 +143,6 @@ static unsigned int sc_count;
143static unsigned long long sc_count_max; 143static unsigned long long sc_count_max;
144 144
145 145
146
147/** 146/**
148 * Task run to asynchronously terminate the cadet due to timeout. 147 * Task run to asynchronously terminate the cadet due to timeout.
149 * 148 *
@@ -248,8 +247,7 @@ handle_datastore_reply (void *cls,
248 answers should be queried; OTOH, this is not a 247 answers should be queried; OTOH, this is not a
249 hard error as we might have had the answer in the 248 hard error as we might have had the answer in the
250 past and the user might have unindexed it. Hence 249 past and the user might have unindexed it. Hence
251 we log at level "INFO" for now. */ 250 we log at level "INFO" for now. */if (NULL == key)
252 if (NULL == key)
253 { 251 {
254 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 252 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
255 "Have no answer and the query was NULL\n"); 253 "Have no answer and the query was NULL\n");
@@ -544,4 +542,5 @@ GSF_cadet_stop_server ()
544 GNUNET_assert (0 == sc_count); 542 GNUNET_assert (0 == sc_count);
545} 543}
546 544
545
547/* end of gnunet-service-fs_cadet.c */ 546/* end of gnunet-service-fs_cadet.c */