dns-stats/compactor

configure --disable-pseudo-anonymisation fails at build time

Closed this issue · 2 comments

inspector.cpp contains an unconditional call to pseudo_anon_key.size() a bit after line 372. This call should be wrapped in an #if ENABLE_PSEUDOANONYMISATION. Without the conditional compilation fails if configure is run as configure --disable-pseudo-anonymisation.

Thanks! 4c50ac0 should fix this.

Fixed in 1.2.1