summaryrefslogtreecommitdiff
path: root/src/lbtest_icmp.hh
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 /src/lbtest_icmp.hh
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.
Diffstat (limited to 'src/lbtest_icmp.hh')
-rw-r--r--src/lbtest_icmp.hh1
1 files changed, 0 insertions, 1 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__