aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-24 23:54:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-24 23:54:14 +0000
commit36e6776a6facb6148a73d50015da868e40f0d62f (patch)
treeb144c31c3346b7d001b054ea16c194d0b3197b23 /src/stream
parenteda395cfddc0de2d4e6ec75c88b6a1d0b125f91d (diff)
downloadgnunet-36e6776a6facb6148a73d50015da868e40f0d62f.tar.gz
gnunet-36e6776a6facb6148a73d50015da868e40f0d62f.zip
removing invalid assertions that shutdown must preceed closing
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/stream_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c
index f9152749d..5f0fbaa77 100644
--- a/src/stream/stream_api.c
+++ b/src/stream/stream_api.c
@@ -3223,8 +3223,6 @@ GNUNET_STREAM_close (struct GNUNET_STREAM_Socket *socket)
3223 GNUNET_STREAM_io_write_cancel (socket->write_handle); 3223 GNUNET_STREAM_io_write_cancel (socket->write_handle);
3224 //socket->write_handle = NULL; 3224 //socket->write_handle = NULL;
3225 } 3225 }
3226 GNUNET_break (GNUNET_YES == socket->receive_closed);
3227 GNUNET_break (GNUNET_YES == socket->transmit_closed);
3228 /* Terminate the ack'ing task if they are still present */ 3226 /* Terminate the ack'ing task if they are still present */
3229 if (socket->ack_task_id != GNUNET_SCHEDULER_NO_TASK) 3227 if (socket->ack_task_id != GNUNET_SCHEDULER_NO_TASK)
3230 { 3228 {