aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-09 17:08:24 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-09 17:08:24 +0100
commit7dfa6a4c8c74efd96bb654e3999f4e5e8962b47b (patch)
tree3c2c57aa797ed3a5d55ca99c04ad5cc9cf75dae7 /src/gns/gnunet-dns2gns.c
parentf275f660e1d44af17cca122b9cba2845c5e37f2a (diff)
downloadgnunet-7dfa6a4c8c74efd96bb654e3999f4e5e8962b47b.tar.gz
gnunet-7dfa6a4c8c74efd96bb654e3999f4e5e8962b47b.zip
fix typo
Diffstat (limited to 'src/gns/gnunet-dns2gns.c')
-rw-r--r--src/gns/gnunet-dns2gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index a4d3ffedc..d2eabf02c 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -616,7 +616,7 @@ run (void *cls,
616 } 616 }
617 617
618 /* Get address to bind to */ 618 /* Get address to bind to */
619 if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (c, "dnns2gns", 619 if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (c, "dns2gns",
620 "BIND_TO", 620 "BIND_TO",
621 &addr_str)) 621 &addr_str))
622 { 622 {