projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f275f66
)
fix typo
author
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Sat, 9 Mar 2019 16:08:24 +0000
(17:08 +0100)
committer
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Sat, 9 Mar 2019 16:08:24 +0000
(17:08 +0100)
src/gns/gnunet-dns2gns.c
patch
|
blob
|
history
diff --git
a/src/gns/gnunet-dns2gns.c
b/src/gns/gnunet-dns2gns.c
index a4d3ffedc2b0c26d7d88525eef06ab4650e993db..d2eabf02c848b5ec2353977c3684e885710db1ce 100644
(file)
--- 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, "dn
n
s2gns",
+ if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (c, "dns2gns",
"BIND_TO",
&addr_str))
{