aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 13:37:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 13:37:20 +0000
commitc04ebca5776f3c248e0cccfee27f8dfdd8f3a32c (patch)
tree6a30999fd1028fe87baf6d858a00f75a94d5853a /src/datastore/perf_plugin_datastore.c
parenta90207b2751742ced5ec02e811b15843be83f047 (diff)
downloadgnunet-c04ebca5776f3c248e0cccfee27f8dfdd8f3a32c.tar.gz
gnunet-c04ebca5776f3c248e0cccfee27f8dfdd8f3a32c.zip
disable
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index d80bf0829..2903a8f28 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -549,6 +549,7 @@ main (int argc, char *argv[])
549 char *pos; 549 char *pos;
550 char dir_name[128]; 550 char dir_name[128];
551 551
552 if (1) return 0;
552 /* determine name of plugin to use */ 553 /* determine name of plugin to use */
553 plugin_name = argv[0]; 554 plugin_name = argv[0];
554 while (NULL != (pos = strstr(plugin_name, "_"))) 555 while (NULL != (pos = strstr(plugin_name, "_")))