commit b5b8184a326352877d97be10ef3812dd760e5d2f
parent f425a18fa4556aa1f41397de0cb6605017e3f234
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 28 Jun 2018 00:45:35 +0200
indentation
Diffstat:
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/src/cadet/gnunet-service-cadet.c b/src/cadet/gnunet-service-cadet.c
@@ -927,29 +927,23 @@ get_peer_info (void *cls,
struct CadetClient *c = cls;
struct GNUNET_MQ_Envelope *env;
struct GNUNET_CADET_LocalInfoPeer *msg;
-
env = GNUNET_MQ_msg (msg,
GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER);
-
msg->offset = htons(0);
msg->destination = *peer;
msg->paths = htons (GCP_count_paths (p));
msg->tunnel = htons (NULL != GCP_get_tunnel (p,
GNUNET_NO));
msg->finished_with_paths = htons(0);
-
GNUNET_MQ_send (c->mq,
env);
-
- GCP_iterate_indirect_paths(p,
- &path_info_iterator,
- c->mq);
-
+ GCP_iterate_indirect_paths (p,
+ &path_info_iterator,
+ c->mq);
}
-
/**
* Handler for client's SHOW_PEER request.
*
diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c
@@ -1217,6 +1217,8 @@ GCP_iterate_paths (struct CadetPeer *cp,
(NULL == cp->core_mq) ? "" : " including direct link");
if (NULL != cp->core_mq)
{
+ /* FIXME: this branch seems to duplicate the
+ i=0 case below (direct link). Leave out!??? -CG */
struct CadetPeerPath *path;
path = GCPP_get_path_from_route (1,