aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-09-14 10:01:33 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-09-14 10:01:33 +0000
commit09046cacc36b90b238eaffbf41e4078c3171e22d (patch)
tree484ca977d4125924e48d3276793b5f94e46fb8d5 /src/gns
parent510949dfda8be43a9b7b15e82a0aa61ecadf02e4 (diff)
downloadgnunet-09046cacc36b90b238eaffbf41e4078c3171e22d.tar.gz
gnunet-09046cacc36b90b238eaffbf41e4078c3171e22d.zip
-test
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-dns2gns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index 25ff76985..e58a87692 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -271,6 +271,7 @@ result_processor (void *cls,
271 //packet->flags.opcode = GNUNET_DNSPARSER_OPCODE_STATUS; // ??? 271 //packet->flags.opcode = GNUNET_DNSPARSER_OPCODE_STATUS; // ???
272 for (i=0;i<rd_count;i++) 272 for (i=0;i<rd_count;i++)
273 { 273 {
274 rec.expiration_time.abs_value = rd[i].expiration_time;
274 switch (rd[i].record_type) 275 switch (rd[i].record_type)
275 { 276 {
276 case GNUNET_DNSPARSER_TYPE_A: 277 case GNUNET_DNSPARSER_TYPE_A: