aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-09 15:56:11 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-09 15:56:11 +0000
commita986d8bd5874e89f73a5f42ef43caf44413a4df3 (patch)
tree94e3632b6ec4180035cdde87b075f7713ce32003 /src/transport
parent0339602346feb236100964830eb0b61475aced41 (diff)
downloadgnunet-a986d8bd5874e89f73a5f42ef43caf44413a4df3.tar.gz
gnunet-a986d8bd5874e89f73a5f42ef43caf44413a4df3.zip
-do not continue in case of transmission error
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 315d32131..f3f9dc3b0 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1890,6 +1890,7 @@ send_syn (struct NeighbourAddress *na)
1890 disconnect_neighbour (n); 1890 disconnect_neighbour (n);
1891 break; 1891 break;
1892 } 1892 }
1893 return;
1893 } 1894 }
1894 GST_neighbours_notify_data_sent (na->address, 1895 GST_neighbours_notify_data_sent (na->address,
1895 na->session, 1896 na->session,