aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-08-12 23:37:32 +0200
committerPhil <phil.buschmann@tum.de>2018-08-12 23:37:32 +0200
commit6656d6c3e7111075572c042ae714c9710f30273b (patch)
tree035aa6dbb6c66a12f1ab584900a0b1bc672d999f
parent4df7069dcd17ac39c786ee6f21455c96e6a6dbf4 (diff)
downloadgnunet-6656d6c3e7111075572c042ae714c9710f30273b.tar.gz
gnunet-6656d6c3e7111075572c042ae714c9710f30273b.zip
-fix peerinfo warning
-rw-r--r--src/peerinfo/plugin_rest_peerinfo.c2
1 files changed, 1 insertions, 1 deletions
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,
629 struct RequestHandle *handle = cls; 629 struct RequestHandle *handle = cls;
630 struct GNUNET_HashCode key; 630 struct GNUNET_HashCode key;
631 const struct GNUNET_PeerIdentity *specific_peer; 631 const struct GNUNET_PeerIdentity *specific_peer;
632 GNUNET_PEER_Id peer_id; 632 //GNUNET_PEER_Id peer_id;
633 int include_friend_only; 633 int include_friend_only;
634 char* include_friend_only_str; 634 char* include_friend_only_str;
635 635