aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-fcfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-fcfsd.c')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index cd4e8e72d..b919b4fed 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -797,6 +797,9 @@ main (int argc, char *const *argv)
797 797
798 int ret; 798 int ret;
799 799
800 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
801 return 2;
802
800 GNUNET_log_setup ("fcfsd", "WARNING", NULL); 803 GNUNET_log_setup ("fcfsd", "WARNING", NULL);
801 ret = 804 ret =
802 (GNUNET_OK == 805 (GNUNET_OK ==