summaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-10 16:40:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-10 16:40:13 +0000
commit735c44f12fbc59ea2a883728a8933fb1e328b10a (patch)
tree23c97f0a11f7741e3265ead1e6957e396c3a8331 /src/namestore/namestore_api.c
parentbe9a1b90e500bf865ef66eb1175235a8090d75c3 (diff)
downloadgnunet-735c44f12fbc59ea2a883728a8933fb1e328b10a.tar.gz
gnunet-735c44f12fbc59ea2a883728a8933fb1e328b10a.zip
- fix
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 6f7fdc3f7..bdb53e27f 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -1036,7 +1036,7 @@ GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
1036 msg->gns_header.r_id = htonl (rid); 1036 msg->gns_header.r_id = htonl (rid);
1037 msg->signature = *signature; 1037 msg->signature = *signature;
1038 msg->name_len = htons (name_len); 1038 msg->name_len = htons (name_len);
1039 msg->expire = GNUNET_TIME_absolute_hton (expire); 1039 msg->expire = GNUNET_TIME_absolute_hton (freshness);
1040 msg->rd_len = htons (rd_ser_len); 1040 msg->rd_len = htons (rd_ser_len);
1041 msg->rd_count = htons (rd_count); 1041 msg->rd_count = htons (rd_count);
1042 1042