diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-04 14:56:10 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-04 14:56:10 +0000 |
commit | 146a0fa17389df01c5e6f3f40bbd02bf2a4d5dfc (patch) | |
tree | d4fd43b61398a4b043268990868ad6c45e0e5bba | |
parent | 7fc3b93a4fc7d74f982bb0d91102345778fc8dcb (diff) |
-typo
git-svn-id: https://gnunet.org/svn/gnunet@25231 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/namestore/namestore_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c index 823e091435..8f3d3c522b 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); |