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)
downloadgnunet-b759048bcdf87fbcb01ac0d0abc77c531d3bf0e2.tar.gz
gnunet-b759048bcdf87fbcb01ac0d0abc77c531d3bf0e2.zip
-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 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 {