aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-13 17:07:35 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-13 17:07:35 +0000
commited77a102556e6f1f9d51a04aeed1db22a9ce5cf6 (patch)
tree31acbecbbc69b0a9ade1a849c647bbbe7b531d4d /src/transport/plugin_transport_tcp.c
parent007c852f2e43e658cb2581a62c03cd0ccbfd08f4 (diff)
downloadgnunet-ed77a102556e6f1f9d51a04aeed1db22a9ce5cf6.tar.gz
gnunet-ed77a102556e6f1f9d51a04aeed1db22a9ce5cf6.zip
-crash if this happens, so we at least get a core dump
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 5193551de..26fb8f862 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1229,6 +1229,7 @@ tcp_plugin_send (void *cls,
1229 { 1229 {
1230 LOG (GNUNET_ERROR_TYPE_ERROR, 1230 LOG (GNUNET_ERROR_TYPE_ERROR,
1231 _("Trying to send with invalid session %p\n")); 1231 _("Trying to send with invalid session %p\n"));
1232 GNUNET_assert (0);
1232 return GNUNET_SYSERR; 1233 return GNUNET_SYSERR;
1233 } 1234 }
1234#endif 1235#endif