Fixing a number of reporter calls.

This commit is contained in:
Robin Sommer 2011-10-06 21:26:49 -07:00
parent 9af6c183d2
commit a08c478079
9 changed files with 22 additions and 22 deletions

View file

@ -1392,7 +1392,7 @@ const forward_remote_state_changes = F &redef;
const PEER_ID_NONE = 0;
## Whether to use the connection tracker.
const use_connection_compressor = T &redef;
const use_connection_compressor = F &redef;
## Whether compressor should handle refused connections itself.
const cc_handle_resets = F &redef;