aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
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