aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/fs_unindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index a4deb8fa0..691032183 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -610,7 +610,7 @@ unindex_extract_keywords (void *cls, const struct GNUNET_SCHEDULER_TaskContext *
610void 610void
611GNUNET_FS_unindex_do_remove_ (struct GNUNET_FS_UnindexContext *uc) 611GNUNET_FS_unindex_do_remove_ (struct GNUNET_FS_UnindexContext *uc)
612{ 612{
613 if (NULL != uc->dsh) 613 if (NULL == uc->dsh)
614 uc->dsh = GNUNET_DATASTORE_connect (uc->h->cfg); 614 uc->dsh = GNUNET_DATASTORE_connect (uc->h->cfg);
615 if (NULL == uc->dsh) 615 if (NULL == uc->dsh)
616 { 616 {