changeset 45 | 208a44ac3a5e |
parent 3 | c244287035f5 |
child 46 | 5832202f8a44 |
--- a/servlib/bundling/BundleProtocol.cc Mon Aug 15 18:28:00 2011 +0100 +++ b/servlib/bundling/BundleProtocol.cc Tue Aug 16 15:43:46 2011 +0100 @@ -169,6 +169,8 @@ } if (! xmit_blocks->has_block(i)) { + if (i == BundleProtocol::QUERY_EXTENSION_BLOCK) + log_debug_p(LOG, "adding extra BPQ block!!!"); bp->prepare(bundle, xmit_blocks, NULL, link, BlockInfo::LIST_NONE); } }