diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-09 21:15:42 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-09 21:15:42 +0000 |
commit | bc0d9306ab4f28caf4515d6cf1fd67b111f32246 (patch) | |
tree | a58aba3cd702b6322f2af4b66de71d666286d064 /src/fs/fs_unindex.c | |
parent | 01e6bbb6ccd7337c7a9286016418d03d3d365d90 (diff) |
-fix
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r-- | src/fs/fs_unindex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index 9e477c1111..ba1f492255 100644 --- a/src/fs/fs_unindex.c +++ b/src/fs/fs_unindex.c @@ -405,6 +405,7 @@ continue_after_remove (void *cls, { struct GNUNET_FS_UnindexContext *uc = cls; + uc->dqe = NULL; if (success != GNUNET_YES) GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Failed to remove KBlock: %s\n"), |