From 8c1d34f94c9e799cc4818605d7e42471c0592849 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Jul 2011 11:28:59 +0000 Subject: [PATCH] trying to fix 1717 --- src/util/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/connection.c b/src/util/connection.c index 200f7aed6..2ee776082 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -1089,6 +1089,7 @@ GNUNET_CONNECTION_destroy (struct GNUNET_CONNECTION_Handle *sock, sock->write_task = GNUNET_SCHEDULER_NO_TASK; sock->write_buffer_off = 0; } + sock->nth.notify_ready = NULL; } if ((sock->write_buffer_off == 0) && (sock->dns_active != NULL)) { -- 2.25.1