From: Phil Date: Sun, 12 Aug 2018 21:37:32 +0000 (+0200) Subject: -fix peerinfo warning X-Git-Tag: v0.11.0~309^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6656d6c3e7111075572c042ae714c9710f30273b;p=oweals%2Fgnunet.git -fix peerinfo warning --- 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;