servlib/bundling/BundleProtocol.cc
changeset 45 208a44ac3a5e
parent 3 c244287035f5
child 46 5832202f8a44
equal deleted inserted replaced
44:c4b3e13a1a90 45:208a44ac3a5e
   167         if (bp == UnknownBlockProcessor::instance()) {
   167         if (bp == UnknownBlockProcessor::instance()) {
   168             continue;
   168             continue;
   169         }
   169         }
   170 
   170 
   171         if (! xmit_blocks->has_block(i)) {
   171         if (! xmit_blocks->has_block(i)) {
       
   172             if (i == BundleProtocol::QUERY_EXTENSION_BLOCK)
       
   173                 log_debug_p(LOG, "adding extra BPQ block!!!");
   172             bp->prepare(bundle, xmit_blocks, NULL, link, BlockInfo::LIST_NONE);
   174             bp->prepare(bundle, xmit_blocks, NULL, link, BlockInfo::LIST_NONE);
   173         }
   175         }
   174     }
   176     }
   175 
   177 
   176     // include any metadata locally generated by the API or DP
   178     // include any metadata locally generated by the API or DP