aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.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_publish.c
parent6276a671135e01b119f198d0ae3092bfeb14903e (diff)
downloadgnunet-3d8988d8bda24d394d72302cefd0d7d76336d068.tar.gz
gnunet-3d8988d8bda24d394d72302cefd0d7d76336d068.zip
code cleanup
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 8d2dacb14..ba2d09533 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -1149,7 +1149,7 @@ GNUNET_FS_publish_stop (struct GNUNET_FS_PublishContext *pc)
1149 } 1149 }
1150 if (pc->serialization != NULL) 1150 if (pc->serialization != NULL)
1151 { 1151 {
1152 GNUNET_FS_remove_sync_file_ (pc->h, "publish", pc->serialization); 1152 GNUNET_FS_remove_sync_file_ (pc->h, GNUNET_FS_SYNC_PATH_MASTER_PUBLISH, pc->serialization);
1153 GNUNET_free (pc->serialization); 1153 GNUNET_free (pc->serialization);
1154 pc->serialization = NULL; 1154 pc->serialization = NULL;
1155 } 1155 }