Skip to content

Commit

Permalink
Fix pvlist loop to query multiple servers
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Oct 28, 2019
1 parent 7bc5bc2 commit e27de1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pvtoolsSrc/pvlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -702,11 +702,10 @@ int main (int argc, char *argv[])
std::copy(val.begin(),
val.end(),
std::ostream_iterator<std::string>(std::cout, "\n"));

return allOK ? 0 : 1;
}

std::cout<<ret<<"\n";
else {
std::cout<<ret<<"\n";
}
}
}

Expand Down

0 comments on commit e27de1b

Please sign in to comment.