gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31624 - gnunet/src/gns
Date: Fri, 20 Dec 2013 17:21:35 +0100

Author: harsha
Date: 2013-12-20 17:21:35 +0100 (Fri, 20 Dec 2013)
New Revision: 31624

Modified:
   gnunet/src/gns/gnunet-service-gns.c
Log:
- fix ntohl called on uint16_t


Modified: gnunet/src/gns/gnunet-service-gns.c
===================================================================
--- gnunet/src/gns/gnunet-service-gns.c 2013-12-20 16:05:39 UTC (rev 31623)
+++ gnunet/src/gns/gnunet-service-gns.c 2013-12-20 16:21:35 UTC (rev 31624)
@@ -788,7 +788,7 @@
                                     ntohl (sh_msg->type),
                                     name,
                                     key,
-                                    ntohl (sh_msg->only_cached),
+                                    ntohs (sh_msg->only_cached),
                                     &send_lookup_response, clh);
   GNUNET_STATISTICS_update (statistics,
                             "Lookup attempts",




reply via email to

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