aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-rps-profiler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-26 09:54:21 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-26 09:54:21 +0100
commit2120037b332c32106dab2dcda0f6ff56115173c7 (patch)
tree1317baec56aa42d5d1075c7825a6f7a5e9a6607d /src/rps/gnunet-rps-profiler.c
parent6eb89731fdfa66481e4f0b1fc3fca6139d99039f (diff)
downloadgnunet-2120037b332c32106dab2dcda0f6ff56115173c7.tar.gz
gnunet-2120037b332c32106dab2dcda0f6ff56115173c7.zip
unset XDG vars
Diffstat (limited to 'src/rps/gnunet-rps-profiler.c')
-rw-r--r--src/rps/gnunet-rps-profiler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c
index cdf555432..9aa786334 100644
--- a/src/rps/gnunet-rps-profiler.c
+++ b/src/rps/gnunet-rps-profiler.c
@@ -2976,6 +2976,8 @@ main (int argc, char *argv[])
2976 GNUNET_GETOPT_OPTION_END 2976 GNUNET_GETOPT_OPTION_END
2977 }; 2977 };
2978 2978
2979 unsetenv ("XDG_DATA_HOME");
2980 unsetenv ("XDG_CONFIG_HOME");
2979 //if (GNUNET_OK != 2981 //if (GNUNET_OK !=
2980 // GNUNET_STRINGS_get_utf8_args (argc, argv, 2982 // GNUNET_STRINGS_get_utf8_args (argc, argv,
2981 // &argc, &argv)) 2983 // &argc, &argv))