aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-09 21:15:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-09 21:15:42 +0000
commitbc0d9306ab4f28caf4515d6cf1fd67b111f32246 (patch)
treea58aba3cd702b6322f2af4b66de71d666286d064 /src
parent01e6bbb6ccd7337c7a9286016418d03d3d365d90 (diff)
downloadgnunet-bc0d9306ab4f28caf4515d6cf1fd67b111f32246.tar.gz
gnunet-bc0d9306ab4f28caf4515d6cf1fd67b111f32246.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_unindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 9e477c111..ba1f49225 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -405,6 +405,7 @@ continue_after_remove (void *cls,
405{ 405{
406 struct GNUNET_FS_UnindexContext *uc = cls; 406 struct GNUNET_FS_UnindexContext *uc = cls;
407 407
408 uc->dqe = NULL;
408 if (success != GNUNET_YES) 409 if (success != GNUNET_YES)
409 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 410 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
410 _("Failed to remove KBlock: %s\n"), 411 _("Failed to remove KBlock: %s\n"),