diff options
-rw-r--r-- | src/datastore/perf_datastore_api.c | 1 | ||||
-rw-r--r-- | src/datastore/perf_plugin_datastore.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index f61b984b87..306e6d5e04 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 d80bf08297..2903a8f280 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, "_"))) |