From 7dfa6a4c8c74efd96bb654e3999f4e5e8962b47b Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sat, 9 Mar 2019 17:08:24 +0100 Subject: [PATCH] fix typo --- src/gns/gnunet-dns2gns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } /* Get address to bind to */ - if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (c, "dnns2gns", + if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (c, "dns2gns", "BIND_TO", &addr_str)) { -- 2.25.1