diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2010-03-23 14:22:53 -0700 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2010-03-23 14:22:53 -0700 |
commit | 62cf04bb7b19058fe2490ca6cd821273da56b67d (patch) | |
tree | da87ac6b1a2042242963b2321f4af48e20ec2723 /src/lbtest_icmp.hh | |
parent | 64eb851071fe217dadc32b70a95a5ed67ebb3543 (diff) | |
download | vyatta-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.hh | 1 |
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__ |