From: Christian Grothoff Date: Mon, 4 Jul 2011 11:28:59 +0000 (+0000) Subject: trying to fix 1717 X-Git-Tag: initial-import-from-subversion-38251~17971 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8c1d34f94c9e799cc4818605d7e42471c0592849;p=oweals%2Fgnunet.git trying to fix 1717 --- 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)) {