From b759048bcdf87fbcb01ac0d0abc77c531d3bf0e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Apr 2012 07:52:41 +0000 Subject: [PATCH] -fix --- src/fs/fs_unindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * void GNUNET_FS_unindex_do_remove_ (struct GNUNET_FS_UnindexContext *uc) { - if (NULL != uc->dsh) + if (NULL == uc->dsh) uc->dsh = GNUNET_DATASTORE_connect (uc->h->cfg); if (NULL == uc->dsh) { -- 2.25.1