aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-04 11:55:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-04 11:55:52 +0000
commit3d8988d8bda24d394d72302cefd0d7d76336d068 (patch)
tree7d6016d6b9132e608c18fb1235c5712d4d1984ef /src/fs/fs_unindex.c
parent6276a671135e01b119f198d0ae3092bfeb14903e (diff)
downloadgnunet-3d8988d8bda24d394d72302cefd0d7d76336d068.tar.gz
gnunet-3d8988d8bda24d394d72302cefd0d7d76336d068.zip
code cleanup
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 9d14bb0cb..d53683dac 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -487,7 +487,7 @@ GNUNET_FS_unindex_stop (struct GNUNET_FS_UnindexContext *uc)
487 } 487 }
488 if (uc->serialization != NULL) 488 if (uc->serialization != NULL)
489 { 489 {
490 GNUNET_FS_remove_sync_file_ (uc->h, "unindex", uc->serialization); 490 GNUNET_FS_remove_sync_file_ (uc->h, GNUNET_FS_SYNC_PATH_MASTER_UNINDEX, uc->serialization);
491 GNUNET_free (uc->serialization); 491 GNUNET_free (uc->serialization);
492 uc->serialization = NULL; 492 uc->serialization = NULL;
493 } 493 }