From: Christian Grothoff Date: Fri, 15 Apr 2011 13:37:20 +0000 (+0000) Subject: disable X-Git-Tag: initial-import-from-subversion-38251~18675 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c04ebca5776f3c248e0cccfee27f8dfdd8f3a32c;p=oweals%2Fgnunet.git disable --- diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index f61b984b8..306e6d5e0 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -383,6 +383,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + if (1) return 0; /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_"))) 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[]) char *pos; char dir_name[128]; + if (1) return 0; /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_")))