aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_mx_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_simple_mx_lookup.c')
-rw-r--r--src/gns/test_gns_simple_mx_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_simple_mx_lookup.c b/src/gns/test_gns_simple_mx_lookup.c
index 904758bde..b078edc4f 100644
--- a/src/gns/test_gns_simple_mx_lookup.c
+++ b/src/gns/test_gns_simple_mx_lookup.c
@@ -245,7 +245,7 @@ do_check (void *cls,
245 GNUNET_TIME_UNIT_FOREVER_ABS, 245 GNUNET_TIME_UNIT_FOREVER_ABS,
246 TEST_RECORD_NAME, 246 TEST_RECORD_NAME,
247 &rd, 1); 247 &rd, 1);
248 et.abs_value = rd.expiration_time; 248 et.abs_value_us = rd.expiration_time;
249 GNUNET_NAMESTORE_record_put (namestore_handle, 249 GNUNET_NAMESTORE_record_put (namestore_handle,
250 &bob_pkey, 250 &bob_pkey,
251 TEST_RECORD_NAME, 251 TEST_RECORD_NAME,
@@ -267,7 +267,7 @@ do_check (void *cls,
267 GNUNET_TIME_UNIT_FOREVER_ABS, 267 GNUNET_TIME_UNIT_FOREVER_ABS,
268 GNUNET_GNS_MASTERZONE_STR, 268 GNUNET_GNS_MASTERZONE_STR,
269 &rd, 1); 269 &rd, 1);
270 et.abs_value = rd.expiration_time; 270 et.abs_value_us = rd.expiration_time;
271 GNUNET_NAMESTORE_record_put (namestore_handle, 271 GNUNET_NAMESTORE_record_put (namestore_handle,
272 &bob_pkey, 272 &bob_pkey,
273 GNUNET_GNS_MASTERZONE_STR, 273 GNUNET_GNS_MASTERZONE_STR,