aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 19:10:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 19:10:09 +0000
commit99f7bc8650e09914047613c9a211c1e2c986d9f0 (patch)
tree2991dec971ca05146b3c82e3e98f114b93a0c40f /src/conversation
parent4843271ab090b187d41fd8cb8e96a1b829e91e7c (diff)
downloadgnunet-99f7bc8650e09914047613c9a211c1e2c986d9f0.tar.gz
gnunet-99f7bc8650e09914047613c9a211c1e2c986d9f0.zip
-detect tunnel creation error
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-service-conversation.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index c051dfde0..4b06ef3e8 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -892,6 +892,10 @@ handle_mesh_pickup_message (void *cls,
892 GNUNET_APPLICATION_TYPE_CONVERSATION_AUDIO, 892 GNUNET_APPLICATION_TYPE_CONVERSATION_AUDIO,
893 GNUNET_YES, 893 GNUNET_YES,
894 GNUNET_NO); 894 GNUNET_NO);
895 if (NULL == line->tunnel_unreliable)
896 {
897 GNUNET_break (0);
898 }
895 return GNUNET_OK; 899 return GNUNET_OK;
896} 900}
897 901