From 0aba0164ccdc1f0ad66e3f0bfcb2f726ab2c536d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Mar 2012 15:32:24 +0000 Subject: [PATCH] -fix --- src/gns/gnunet-gns-fcfsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c index f931a3680..ffc2473e3 100644 --- a/src/gns/gnunet-gns-fcfsd.c +++ b/src/gns/gnunet-gns-fcfsd.c @@ -388,8 +388,8 @@ lookup_result_processor (void *cls, r.data = &pub; r.data_size = sizeof (pub); r.expiration = GNUNET_TIME_UNIT_FOREVER_ABS; - r.record_type = htonl (GNUNET_NAMESTORE_TYPE_PKEY); - r.flags = htonl (GNUNET_NAMESTORE_RF_AUTHORITY); + r.record_type = GNUNET_NAMESTORE_TYPE_PKEY; + r.flags = GNUNET_NAMESTORE_RF_AUTHORITY; request->qe = GNUNET_NAMESTORE_record_create (ns, fcfs_zone_pkey, request->domain_name, -- 2.25.1