aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-17 16:28:50 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-17 16:28:50 +0200
commit05751b63aafb95047471a4e3bc19f3a06f474af3 (patch)
tree8aadd27d2d021871c1972a7ff48a1ac241936162 /src/exchange/taler-exchange-httpd.c
parent2c693bcb720ae66a885fcf34fa336dd3819219da (diff)
parentdda069f5f989c029242be985fe299ab289d91e67 (diff)
Merge branch 'master' of git+ssh://taler.net/var/git/exchange
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index a8e9b3b0..a533a973 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -648,6 +648,8 @@ main (int argc,
options,
argc, argv))
return 1;
+ if (NULL == cfgfile)
+ cfgfile = GNUNET_strdup (GNUNET_OS_project_data_get ()->user_config_file);
cfg = GNUNET_CONFIGURATION_create ();
if (GNUNET_SYSERR == GNUNET_CONFIGURATION_load (cfg, cfgfile))
{