-fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 15 Mar 2012 15:32:24 +0000 (15:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 15 Mar 2012 15:32:24 +0000 (15:32 +0000)
src/gns/gnunet-gns-fcfsd.c

index f931a368038c3726264331a120c21674bb0283df..ffc2473e30b4648ac9c93b434571007c64af7656 100644 (file)
@@ -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,