From: Schanzenbach, Martin Date: Sat, 9 Mar 2019 16:08:24 +0000 (+0100) Subject: fix typo X-Git-Tag: v0.11.1~121^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7dfa6a4c8c74efd96bb654e3999f4e5e8962b47b;p=oweals%2Fgnunet.git fix typo --- 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)) {