From 9888a7fe02e5553349d7780e8532c62eee62314a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Dec 2012 14:56:10 +0000 Subject: [PATCH] -typo --- src/namestore/namestore_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c index 823e09143..8f3d3c522 100644 --- a/src/namestore/namestore_common.c +++ b/src/namestore/namestore_common.c @@ -396,7 +396,7 @@ GNUNET_NAMESTORE_value_to_string (uint32_t type, ntohl (soa->refresh), ntohl (soa->retry), ntohl (soa->expire), - ntohl (soa->minimum))) + ntohl (soa->minimum)); return result; case GNUNET_DNSPARSER_TYPE_PTR: return GNUNET_strndup (data, data_size); -- 2.25.1