aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 16:58:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 16:58:50 +0000
commit793231d4c6cc3db8f15f5cd6972520855d4b20f2 (patch)
treec4782f0b6275d385fe8b98312d2da433892f2f1f /src
parentaff0e6947e1e35a0f4b1d31055a1b904038c4cb5 (diff)
downloadgnunet-793231d4c6cc3db8f15f5cd6972520855d4b20f2.tar.gz
gnunet-793231d4c6cc3db8f15f5cd6972520855d4b20f2.zip
c3310
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_api_new.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c
index 38efd8eb3..4158e9197 100644
--- a/src/mesh/mesh_api_new.c
+++ b/src/mesh/mesh_api_new.c
@@ -881,6 +881,7 @@ process_incoming_data (struct GNUNET_MESH_Handle *h,
881 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 881 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
882 "MESH: callback caused disconnection\n"); 882 "MESH: callback caused disconnection\n");
883 GNUNET_MESH_disconnect (h); 883 GNUNET_MESH_disconnect (h);
884 break;
884 } 885 }
885#if DEBUG 886#if DEBUG
886 else 887 else