aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 13:13:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 13:13:21 +0000
commitcb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce (patch)
tree993c327ff41320ece4476d58f8e9da05c81d91d3 /src/namestore/plugin_namestore_sqlite.c
parent03b9677115d2879d968b2ed49d2c88fdce6bcab9 (diff)
downloadgnunet-cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce.tar.gz
gnunet-cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce.zip
-more renaming
Diffstat (limited to 'src/namestore/plugin_namestore_sqlite.c')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index 5dc52bcfc..ec81f7d00 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -480,7 +480,7 @@ namestore_sqlite_put_records (void *cls,
480 GNUNET_CRYPTO_hash (name, name_len, &nh); 480 GNUNET_CRYPTO_hash (name, name_len, &nh);
481 memset (&zone_delegation, 0, sizeof (zone_delegation)); 481 memset (&zone_delegation, 0, sizeof (zone_delegation));
482 for (i=0;i<rd_count;i++) 482 for (i=0;i<rd_count;i++)
483 if (rd->record_type == GNUNET_GNS_TYPE_PKEY) 483 if (rd->record_type == GNUNET_NAMESTORE_TYPE_PKEY)
484 { 484 {
485 GNUNET_assert (sizeof (GNUNET_HashCode) == rd->data_size); 485 GNUNET_assert (sizeof (GNUNET_HashCode) == rd->data_size);
486 memcpy (&zone_delegation, 486 memcpy (&zone_delegation,