gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29757 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r29757 - gnunet/src/namestore
Date: Tue, 1 Oct 2013 14:07:51 +0200

Author: wachs
Date: 2013-10-01 14:07:51 +0200 (Tue, 01 Oct 2013)
New Revision: 29757

Modified:
   gnunet/src/namestore/namestore_api_common.c
Log:
fix type


Modified: gnunet/src/namestore/namestore_api_common.c
===================================================================
--- gnunet/src/namestore/namestore_api_common.c 2013-10-01 12:04:16 UTC (rev 
29756)
+++ gnunet/src/namestore/namestore_api_common.c 2013-10-01 12:07:51 UTC (rev 
29757)
@@ -978,7 +978,7 @@
     *data = vpn = GNUNET_malloc (*data_size);
     if (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string ((char*) 
s_peer,
                                                                    strlen 
(s_peer),
-                                                                   &vpn->peer))
+                                                                   
&vpn->peer.public_key))
     {
       GNUNET_free (vpn);
       *data_size = 0;




reply via email to

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