aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-06 10:41:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-06 10:41:20 +0000
commit0df60725f445ab2da8e4174b28f40a6357faedd4 (patch)
treef26f877d1fb7d16d9b5e347cf51459265bce0440 /src/datastore/perf_plugin_datastore.c
parent67e65b83aac53ff0bf5f679b70ac80593f838a54 (diff)
fix
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index 4efb684a5a..660f256f9b 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -419,7 +419,7 @@ main (int argc, char *argv[])
#endif
NULL);
ret = check ();
- GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
+ GNUNET_DISK_directory_remove (dir_name);
return ret;
}