aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-11 13:50:03 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-11 13:50:03 +0000
commitc03fc6c7d6e8cbfe87fecbba572cdbbb5cb4b160 (patch)
tree43f172af732148376fa85273ebe64df4c541b6a5 /src/transport/plugin_transport_unix.c
parentcfd6a283e9fb3eb43857245cd5afb8cc47f7b5d9 (diff)
downloadgnunet-c03fc6c7d6e8cbfe87fecbba572cdbbb5cb4b160.tar.gz
gnunet-c03fc6c7d6e8cbfe87fecbba572cdbbb5cb4b160.zip
removing unwanted break
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index e5cf8cf7e..3f64e5c19 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -962,7 +962,6 @@ unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender,
962 s = lookup_session (plugin, sender, ua, ua_len); 962 s = lookup_session (plugin, sender, ua, ua_len);
963 if (NULL == s) 963 if (NULL == s)
964 { 964 {
965 GNUNET_break (0);
966 s = unix_plugin_get_session (plugin, addr); 965 s = unix_plugin_get_session (plugin, addr);
967 s->inbound = GNUNET_YES; 966 s->inbound = GNUNET_YES;
968 /* Notify transport and ATS about new inbound session */ 967 /* Notify transport and ATS about new inbound session */