From: Christian Grothoff Date: Sun, 4 Oct 2009 14:45:45 +0000 (+0000) Subject: silliness X-Git-Tag: initial-import-from-subversion-38251~23388 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=962035a2db8662f996282faad681bcf3995f6566;p=oweals%2Fgnunet.git silliness --- diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 49ed6f468..192ebf98f 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -1519,7 +1519,7 @@ cleanup_validation (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) ordered by timeout, so we need the last element... */ if (NULL != pending_validations) { - first = pos->timeout; + first = pending_validations->timeout; pos = pending_validations; while (pos != NULL) {