aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-dns2gns.c')
-rw-r--r--src/gns/gnunet-dns2gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index b65e45757..70c791de4 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -143,7 +143,7 @@ static unsigned int listen_port = 53;
143/** 143/**
144 * Which GNS zone do we translate incoming DNS requests to? 144 * Which GNS zone do we translate incoming DNS requests to?
145 */ 145 */
146static struct GNUNET_CRYPTO_EccPublicKey my_zone; 146static struct GNUNET_CRYPTO_EccPublicSignKey my_zone;
147 147
148/** 148/**
149 * '-z' option with the main zone to use. 149 * '-z' option with the main zone to use.
@@ -744,7 +744,7 @@ run (void *cls, char *const *args, const char *cfgfile,
744 } 744 }
745 if ( (NULL == gns_zone_str) || 745 if ( (NULL == gns_zone_str) ||
746 (GNUNET_OK != 746 (GNUNET_OK !=
747 GNUNET_CRYPTO_ecc_public_key_from_string (gns_zone_str, 747 GNUNET_CRYPTO_ecc_public_sign_key_from_string (gns_zone_str,
748 strlen (gns_zone_str), 748 strlen (gns_zone_str),
749 &my_zone)) ) 749 &my_zone)) )
750 { 750 {