aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-06 10:40:15 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-06 10:40:15 +0000
commitd36b092325e6b819da5d7d7bb591fee9ed71d57c (patch)
treedfa3294e2e3421078876f6ea1580e59aad492c61 /src/conversation/gnunet-service-conversation.c
parenta7172268bdfd716f302f8dba9d369e5e1762404b (diff)
downloadgnunet-d36b092325e6b819da5d7d7bb591fee9ed71d57c.tar.gz
gnunet-d36b092325e6b819da5d7d7bb591fee9ed71d57c.zip
- fixed compile warning
Diffstat (limited to 'src/conversation/gnunet-service-conversation.c')
-rw-r--r--src/conversation/gnunet-service-conversation.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 1a2f439b6..8ffea5144 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1287,6 +1287,7 @@ handle_mesh_audio_message (void *cls,
1287 * @param channel new handle to the channel 1287 * @param channel new handle to the channel
1288 * @param initiator peer that started the channel 1288 * @param initiator peer that started the channel
1289 * @param port port 1289 * @param port port
1290 * @param options channel option flags
1290 * @return initial channel context for the channel; 1291 * @return initial channel context for the channel;
1291 * (can be NULL -- that's not an error) 1292 * (can be NULL -- that's not an error)
1292 */ 1293 */
@@ -1294,7 +1295,7 @@ static void *
1294inbound_channel (void *cls, 1295inbound_channel (void *cls,
1295 struct GNUNET_MESH_Channel *channel, 1296 struct GNUNET_MESH_Channel *channel,
1296 const struct GNUNET_PeerIdentity *initiator, 1297 const struct GNUNET_PeerIdentity *initiator,
1297 uint32_t port) 1298 uint32_t port, enum MeshOption options)
1298{ 1299{
1299 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1300 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1300 _("Received incoming channel on port %u\n"), 1301 _("Received incoming channel on port %u\n"),