bpq cache frag fix
authoraidan
Tue, 10 Jan 2012 17:03:46 +0000
changeset 73 46ccb2af4459
parent 72 e978673d3bc2
child 74 a86a8cfe49c8
bpq cache frag fix
servlib/bundling/BPQCache.cc
--- a/servlib/bundling/BPQCache.cc	Tue Jan 10 16:10:01 2012 +0000
+++ b/servlib/bundling/BPQCache.cc	Tue Jan 10 17:03:46 2012 +0000
@@ -205,7 +205,7 @@
 	//			State bundle only contains metadata
 	//			The fragment list contains all the payload data
 
-	BPQCacheEntry* entry = new BPQCacheEntry(bundle->payload().length(),
+	BPQCacheEntry* entry = new BPQCacheEntry(bundle->orig_length(),
 											 block->creation_ts(),
 											 block->source());