aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index d9f905e8e..c377ec509 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -1519,7 +1519,7 @@ GNUNET_MESH_channel_get_info (struct GNUNET_MESH_Channel *channel,
1519 ret = (const union GNUNET_MESH_ChannelInfo *) &channel->ooorder; 1519 ret = (const union GNUNET_MESH_ChannelInfo *) &channel->ooorder;
1520 break; 1520 break;
1521 case GNUNET_MESH_OPTION_PEER: 1521 case GNUNET_MESH_OPTION_PEER:
1522 ret = (const union GNUNET_MESH_ChannelInfo *) &channel->peer; 1522 ret = (const union GNUNET_MESH_ChannelInfo *) GNUNET_PEER_resolve2 (channel->peer);
1523 break; 1523 break;
1524 default: 1524 default:
1525 GNUNET_break (0); 1525 GNUNET_break (0);