aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_mx_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-03 19:00:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-03 19:00:56 +0000
commitc09c2682f8853a3775eed00265f4ba00f9f224ac (patch)
tree35d69ab3e298f85f1345e2e8fe3c0e8439e83080 /src/gns/test_gns_simple_mx_lookup.c
parent3497cf2a8e182972cf217e38f9c762f7df4cec2f (diff)
downloadgnunet-c09c2682f8853a3775eed00265f4ba00f9f224ac.tar.gz
gnunet-c09c2682f8853a3775eed00265f4ba00f9f224ac.zip
-introduce #define for + in GADS
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 812a157db..d2ca08c75 100644
--- a/src/gns/test_gns_simple_mx_lookup.c
+++ b/src/gns/test_gns_simple_mx_lookup.c
@@ -265,12 +265,12 @@ do_check (void *cls,
265 rd.record_type = GNUNET_GNS_RECORD_MX; 265 rd.record_type = GNUNET_GNS_RECORD_MX;
266 sig = GNUNET_NAMESTORE_create_signature(bob_key, 266 sig = GNUNET_NAMESTORE_create_signature(bob_key,
267 GNUNET_TIME_UNIT_FOREVER_ABS, 267 GNUNET_TIME_UNIT_FOREVER_ABS,
268 "+", 268 GNUNET_GNS_MASTERZONE_STR,
269 &rd, 1); 269 &rd, 1);
270 et.abs_value = rd.expiration_time; 270 et.abs_value = rd.expiration_time;
271 GNUNET_NAMESTORE_record_put (namestore_handle, 271 GNUNET_NAMESTORE_record_put (namestore_handle,
272 &bob_pkey, 272 &bob_pkey,
273 "+", 273 GNUNET_GNS_MASTERZONE_STR,
274 et, 274 et,
275 1, 275 1,
276 &rd, 276 &rd,