fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 27 Mar 2011 14:45:38 +0000 (14:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 27 Mar 2011 14:45:38 +0000 (14:45 +0000)
src/core/core_api.c

index 3b5440135d41c9632927d7c916d30bde57fa4654..30b7eb5405ee7ce427e22f74905be57afdfbd87f 100644 (file)
@@ -1558,7 +1558,7 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle,
       if (minp == NULL) 
        {
          GNUNET_break (handle->queue_size != 0);
-         GNUNET_break (pr->queue_size == 0);
+         GNUNET_break (pr->queue_size == 1);
          GNUNET_free(th);
          return NULL;
        }