Commit 1e909f8
committed
issue #14: fix crash when creating deduplicating and priority queue
The priority queue behaviour implementation makes assumptions on the
format of the returned information.
Therefore, appending additional information to the returned one will
cause priority queues to crash.
This patch prevents returning the cache status when priority queues
are enabled.
Signed-off-by: Matteo Cafasso <[email protected]>1 parent dbf8a1b commit 1e909f8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
332 | 333 | | |
| 334 | + | |
333 | 335 | | |
334 | | - | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
0 commit comments