gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/02: -fix peerinfo warning


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: -fix peerinfo warning
Date: Sun, 12 Aug 2018 23:38:59 +0200

This is an automated email from the git hooks/post-receive script.

phil pushed a commit to branch master
in repository gnunet.

commit 6656d6c3e7111075572c042ae714c9710f30273b
Author: Phil <address@hidden>
AuthorDate: Sun Aug 12 23:37:32 2018 +0200

    -fix peerinfo warning
---
 src/peerinfo/plugin_rest_peerinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/peerinfo/plugin_rest_peerinfo.c 
b/src/peerinfo/plugin_rest_peerinfo.c
index e34bde9f5..29b40088d 100644
--- a/src/peerinfo/plugin_rest_peerinfo.c
+++ b/src/peerinfo/plugin_rest_peerinfo.c
@@ -629,7 +629,7 @@ peerinfo_get (struct GNUNET_REST_RequestHandle *con_handle,
   struct RequestHandle *handle = cls;
   struct GNUNET_HashCode key;
   const struct GNUNET_PeerIdentity *specific_peer;
-  GNUNET_PEER_Id peer_id;
+  //GNUNET_PEER_Id peer_id;
   int include_friend_only;
   char* include_friend_only_str;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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