# HG changeset patch # User aidan # Date 1313416478 -3600 # Node ID 6c24826aaf8ed807705aea33226ae094f4f14873 # Parent e51218da06a28e3ac93a7e7f6feca75c56f5490d foo diff -r e51218da06a2 -r 6c24826aaf8e servlib/bundling/BPQBlock.cc --- a/servlib/bundling/BPQBlock.cc Mon Aug 15 14:06:57 2011 +0100 +++ b/servlib/bundling/BPQBlock.cc Mon Aug 15 14:54:38 2011 +0100 @@ -182,6 +182,7 @@ log_debug_p(LOG, "BPQBlock::initialise: b->source() == NULL"); block = b; } + ///////////////////////////////////////////////////// ASSERT ( block != NULL ); @@ -228,6 +229,10 @@ log_debug_p(LOG, "BPQBlock::initialise: matching rule = %u", matching_rule_); } + if ( b->source() != NULL ) { + log_debug_p(LOG, "BPQBlock::initialise: b->source() != NULL and OK :)"); + } + // Decode the SDNV-encoded query length. Note that we need to know the length of the // of the encoded value and provide some pointers to the encoded value along with // where we want the decoded value (in this case, query_len_).