aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-11 13:25:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-11 13:25:48 +0000
commitb3a8bef570a61d01694bb68ad52a5e4e8b585c0f (patch)
tree4dcd4fd234e5f0876831475a5aa6f601d92d1310
parent137a21de24a1d361b57e55693ddcb106a690a65c (diff)
downloadgnunet-b3a8bef570a61d01694bb68ad52a5e4e8b585c0f.tar.gz
gnunet-b3a8bef570a61d01694bb68ad52a5e4e8b585c0f.zip
-just .conf, not .config
-rw-r--r--src/util/program.c2
-rw-r--r--src/util/service.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/program.c b/src/util/program.c
index 7f3069089..8b1d7773e 100644
--- a/src/util/program.c
+++ b/src/util/program.c
@@ -230,7 +230,7 @@ GNUNET_PROGRAM_run2 (int argc, char *const *argv, const char *binaryName,
230 "%s%s%s", 230 "%s%s%s",
231 xdg, 231 xdg,
232 DIR_SEPARATOR_STR, 232 DIR_SEPARATOR_STR,
233 "gnunet.config"); 233 "gnunet.conf");
234 else 234 else
235 cfg_fn = GNUNET_strdup (GNUNET_DEFAULT_USER_CONFIG_FILE); 235 cfg_fn = GNUNET_strdup (GNUNET_DEFAULT_USER_CONFIG_FILE);
236 lpfx = GNUNET_strdup (binaryName); 236 lpfx = GNUNET_strdup (binaryName);
diff --git a/src/util/service.c b/src/util/service.c
index 61cac97e0..3ba20d64a 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -1718,7 +1718,7 @@ GNUNET_SERVICE_run (int argc, char *const *argv,
1718 "%s%s%s", 1718 "%s%s%s",
1719 xdg, 1719 xdg,
1720 DIR_SEPARATOR_STR, 1720 DIR_SEPARATOR_STR,
1721 "gnunet.config"); 1721 "gnunet.conf");
1722 else 1722 else
1723 cfg_fn = GNUNET_strdup (GNUNET_DEFAULT_USER_CONFIG_FILE); 1723 cfg_fn = GNUNET_strdup (GNUNET_DEFAULT_USER_CONFIG_FILE);
1724 memset (&sctx, 0, sizeof (sctx)); 1724 memset (&sctx, 0, sizeof (sctx));