diff options
| author | Michael Larson <slioch@slioch.vyatta.com> | 2009-12-23 15:41:04 -0800 |
|---|---|---|
| committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-12-23 15:41:04 -0800 |
| commit | 82eea243d959835404c5b2e3ab718bea5648d098 (patch) | |
| tree | 80af32715b4e77403232792a50287000db021576 /src | |
| parent | 9725eb98c47db289784f2df18985db411e9703c2 (diff) | |
| download | vyatta-wanloadbalance-82eea243d959835404c5b2e3ab718bea5648d098.tar.gz vyatta-wanloadbalance-82eea243d959835404c5b2e3ab718bea5648d098.zip | |
fix for bug 5178. initialize resp-time if not set.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lbtest.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lbtest.hh b/src/lbtest.hh index 2719cf5..1fc7f07 100644 --- a/src/lbtest.hh +++ b/src/lbtest.hh @@ -41,6 +41,7 @@ public: public: LBTest(bool debug) : _debug(debug), + _resp_time(5), _state(K_NONE) {init();} |
