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 6b7afdb59..3d55bc045 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -296,7 +296,7 @@ dns_result_processor (void *cls,
296static void 296static void
297result_processor (void *cls, 297result_processor (void *cls,
298 uint32_t rd_count, 298 uint32_t rd_count,
299 const struct GNUNET_NAMESTORE_RecordData *rd) 299 const struct GNUNET_GNSRECORD_Data *rd)
300{ 300{
301 struct Request *request = cls; 301 struct Request *request = cls;
302 struct GNUNET_DNSPARSER_Packet *packet; 302 struct GNUNET_DNSPARSER_Packet *packet;
@@ -316,7 +316,7 @@ result_processor (void *cls,
316 //packet->flags.opcode = GNUNET_TUN_DNS_OPCODE_STATUS; // ??? 316 //packet->flags.opcode = GNUNET_TUN_DNS_OPCODE_STATUS; // ???
317 for (i=0;i<rd_count;i++) 317 for (i=0;i<rd_count;i++)
318 { 318 {
319 // FIXME: do we need to hanlde #GNUNET_NAMESTORE_RF_SHADOW_RECORD 319 // FIXME: do we need to hanlde #GNUNET_GNSRECORD_RF_SHADOW_RECORD
320 // here? Or should we do this in libgnunetgns? 320 // here? Or should we do this in libgnunetgns?
321 rec.expiration_time.abs_value_us = rd[i].expiration_time; 321 rec.expiration_time.abs_value_us = rd[i].expiration_time;
322 switch (rd[i].record_type) 322 switch (rd[i].record_type)