fix typo
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Sat, 9 Mar 2019 16:08:24 +0000 (17:08 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Sat, 9 Mar 2019 16:08:24 +0000 (17:08 +0100)
src/gns/gnunet-dns2gns.c

index a4d3ffedc2b0c26d7d88525eef06ab4650e993db..d2eabf02c848b5ec2353977c3684e885710db1ce 100644 (file)
@@ -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))
   {