From: Christian Grothoff Date: Tue, 4 Dec 2012 14:56:10 +0000 (+0000) Subject: -typo X-Git-Tag: initial-import-from-subversion-38251~10637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9888a7fe02e5553349d7780e8532c62eee62314a;p=oweals%2Fgnunet.git -typo --- 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);