gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20538 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r20538 - gnunet/src/gns
Date: Thu, 15 Mar 2012 16:32:24 +0100

Author: grothoff
Date: 2012-03-15 16:32:24 +0100 (Thu, 15 Mar 2012)
New Revision: 20538

Modified:
   gnunet/src/gns/gnunet-gns-fcfsd.c
Log:
-fix

Modified: gnunet/src/gns/gnunet-gns-fcfsd.c
===================================================================
--- gnunet/src/gns/gnunet-gns-fcfsd.c   2012-03-15 15:25:45 UTC (rev 20537)
+++ gnunet/src/gns/gnunet-gns-fcfsd.c   2012-03-15 15:32:24 UTC (rev 20538)
@@ -388,8 +388,8 @@
   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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]