silliness
authorChristian Grothoff <christian@grothoff.org>
Sun, 4 Oct 2009 14:45:45 +0000 (14:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 4 Oct 2009 14:45:45 +0000 (14:45 +0000)
src/transport/gnunet-service-transport.c

index 49ed6f468baa6d0b3ed61d0711642677edede7ce..192ebf98f91632d14badafc75aa56cb34c1fb30d 100644 (file)
@@ -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) 
        {