aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-23 07:52:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-23 07:52:41 +0000
commitb759048bcdf87fbcb01ac0d0abc77c531d3bf0e2 (patch)
tree91317c0713757a15222f84ecd17645acaf0610d5 /src/fs/fs_unindex.c
parent36d05bf574973c41b5f1f127bd091bbbc24a76f0 (diff)
-fix
Diffstat (limited to 'src/fs/fs_unindex.c')
-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 a4deb8fa0b..691032183c 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)
{