Author: toad
Date: 2008-06-24 12:55:13 +0000 (Tue, 24 Jun 2008)
New Revision: 20635

Modified:
   branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
Log:
For non-backgroundPoll USKs, we do need a priority. So set it.

Modified: branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java   
2008-06-24 12:53:47 UTC (rev 20634)
+++ branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java   
2008-06-24 12:55:13 UTC (rev 20635)
@@ -48,6 +48,7 @@
                this.token = token;
                pollingPriorityNormal = callback.getPollingPriorityNormal();
                pollingPriorityProgress = callback.getPollingPriorityProgress();
+               priority = pollingPriorityNormal;
        }

        /**


Reply via email to