-typo
authorChristian Grothoff <christian@grothoff.org>
Tue, 4 Dec 2012 14:56:10 +0000 (14:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 4 Dec 2012 14:56:10 +0000 (14:56 +0000)
src/namestore/namestore_common.c

index 823e091435e12d1caacc3730ec75a25a9b2ac375..8f3d3c522bd738405965b80c0462cca5bec0c5cc 100644 (file)
@@ -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);