aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
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 /src/util/service.c
parent137a21de24a1d361b57e55693ddcb106a690a65c (diff)
downloadgnunet-b3a8bef570a61d01694bb68ad52a5e4e8b585c0f.tar.gz
gnunet-b3a8bef570a61d01694bb68ad52a5e4e8b585c0f.zip
-just .conf, not .config
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c2
1 files changed, 1 insertions, 1 deletions
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));