summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Larson <slioch@slioch.vyatta.com>2010-03-23 14:22:53 -0700
committerMichael Larson <slioch@slioch.vyatta.com>2010-03-23 14:22:53 -0700
commit62cf04bb7b19058fe2490ca6cd821273da56b67d (patch)
treeda87ac6b1a2042242963b2321f4af48e20ec2723
parent64eb851071fe217dadc32b70a95a5ed67ebb3543 (diff)
downloadvyatta-wanloadbalance-62cf04bb7b19058fe2490ca6cd821273da56b67d.tar.gz
vyatta-wanloadbalance-62cf04bb7b19058fe2490ca6cd821273da56b67d.zip
fix debug state for test modules. debug flag was not being initialized correctly when configured.
-rw-r--r--src/lbtest_icmp.hh1
-rw-r--r--src/lbtest_ttl.hh1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lbtest_icmp.hh b/src/lbtest_icmp.hh
index e9d9a14..e662c83 100644
--- a/src/lbtest_icmp.hh
+++ b/src/lbtest_icmp.hh
@@ -46,7 +46,6 @@ private:
in_checksum(const unsigned short *buf, int lenght) const;
private:
- bool _debug;
};
#endif //__LBTEST_ICMP_HH__
diff --git a/src/lbtest_ttl.hh b/src/lbtest_ttl.hh
index 7b00a57..d3abe5e 100644
--- a/src/lbtest_ttl.hh
+++ b/src/lbtest_ttl.hh
@@ -79,7 +79,6 @@ private:
private:
- bool _debug;
unsigned short _ttl;
unsigned short _port;
unsigned short _min_port_id;