From: Nathan S. Evans Date: Mon, 20 Jun 2011 15:32:24 +0000 (+0000) Subject: bad assertion (i think) X-Git-Tag: initial-import-from-subversion-38251~18069 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da3f0273f4b7deb967d39861ee41531bef7ffbd2;p=oweals%2Fgnunet.git bad assertion (i think) --- diff --git a/src/util/connection.c b/src/util/connection.c index ef38d99a9..27a94bd22 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -1501,7 +1501,6 @@ transmit_ready (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) ssize_t ret; size_t have; - GNUNET_assert (sock->nth.notify_ready != NULL); #if DEBUG_CONNECTION GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "transmit_ready running (%p).\n", sock);