aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-25 17:45:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-25 17:45:03 +0000
commit77f81b949fe89c8a316f49fc5fa75cd51c513468 (patch)
treee6c0ee5d40782e2fb8d604d42f0970a2aeb1bff4 /src/namestore/namestore_api.c
parent80a5a8965b3e28e6c1eb1a8a92c7b0189d87950b (diff)
downloadgnunet-77f81b949fe89c8a316f49fc5fa75cd51c513468.tar.gz
gnunet-77f81b949fe89c8a316f49fc5fa75cd51c513468.zip
-fix MX record parsing and serialization, others still to be fixed
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index bf9f3ffb8..ff1630b92 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -822,9 +822,9 @@ do_transmit (struct GNUNET_NAMESTORE_Handle *h)
822 if (NULL == h->client) 822 if (NULL == h->client)
823 return; /* currently reconnecting */ 823 return; /* currently reconnecting */
824 h->th = GNUNET_CLIENT_notify_transmit_ready (h->client, p->size, 824 h->th = GNUNET_CLIENT_notify_transmit_ready (h->client, p->size,
825 GNUNET_TIME_UNIT_FOREVER_REL, 825 GNUNET_TIME_UNIT_FOREVER_REL,
826 GNUNET_NO, &transmit_message_to_namestore, 826 GNUNET_NO, &transmit_message_to_namestore,
827 h); 827 h);
828} 828}
829 829
830 830