gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32360 - gnunet/src/gns
Date: Sun, 16 Feb 2014 21:37:03 +0100

Author: schanzen
Date: 2014-02-16 21:37:03 +0100 (Sun, 16 Feb 2014)
New Revision: 32360

Modified:
   gnunet/src/gns/gns_api.c
Log:
fix only cache variable long/short

Modified: gnunet/src/gns/gns_api.c
===================================================================
--- gnunet/src/gns/gns_api.c    2014-02-16 15:22:57 UTC (rev 32359)
+++ gnunet/src/gns/gns_api.c    2014-02-16 20:37:03 UTC (rev 32360)
@@ -576,7 +576,7 @@
   lookup_msg->header.type = htons (GNUNET_MESSAGE_TYPE_GNS_LOOKUP);
   lookup_msg->header.size = htons (msize);
   lookup_msg->id = htonl (lr->r_id);
-  lookup_msg->only_cached = htonl (only_cached);
+  lookup_msg->only_cached = htons (only_cached);
   lookup_msg->zone = *zone;
   lookup_msg->type = htonl (type);
   if (NULL != shorten_zone_key)




reply via email to

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