diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2009-06-02 15:47:59 -0700 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2009-06-02 16:08:45 -0700 |
| commit | 16d937141226777cf030d02e87a96b7e4c9c8edb (patch) | |
| tree | 084966f60d0d762598aa125a17774ea62016feb5 /src/lboutput.cc | |
| parent | 3f808deb0a81976df125f56755fefeb987dd57ab (diff) | |
| download | vyatta-wanloadbalance-16d937141226777cf030d02e87a96b7e4c9c8edb.tar.gz vyatta-wanloadbalance-16d937141226777cf030d02e87a96b7e4c9c8edb.zip | |
fix for bug 4409. Additional dynamic support for dynamic policy route and snat when wlb is configured and during runtime. also fix for wlb when running in
debug mode.
Diffstat (limited to 'src/lboutput.cc')
| -rw-r--r-- | src/lboutput.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lboutput.cc b/src/lboutput.cc index 8d60054..a20a72e 100644 --- a/src/lboutput.cc +++ b/src/lboutput.cc @@ -172,7 +172,7 @@ LBOutput::write(const LBData &lbdata) LBData::LBRuleConstIter r_iter = lbdata._lb_rule_coll.begin(); while (r_iter != lbdata._lb_rule_coll.end()) { cout << "squirt out results here." << endl; + ++r_iter; } - ++r_iter; } } |
