summaryrefslogtreecommitdiff
path: root/src/lbpathtest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbpathtest.cc')
-rw-r--r--src/lbpathtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbpathtest.cc b/src/lbpathtest.cc
index d865639..a886a37 100644
--- a/src/lbpathtest.cc
+++ b/src/lbpathtest.cc
@@ -88,7 +88,7 @@ LBPathTest::start(LBData &lb_data)
//wait on responses
i = coll.begin();
while (i != coll.end()) {
- if ((*i)->recv_test() != -1) {
+ if ((*i)->recv_test() > -1) {
coll.erase(i++);
}
else {