Skip to content

Commit

Permalink
Merge branch 'master' into session-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Nov 30, 2021
2 parents bf345f2 + d29a5a4 commit 0dec760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/meta/MetaClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ bool MetaClient::loadData() {
}

auto hostsRet = listHosts().get();
if (!ret.ok()) {
if (!hostsRet.ok()) {
LOG(ERROR) << "List hosts failed, status:" << hostsRet.status();
return false;
}
Expand Down

0 comments on commit 0dec760

Please sign in to comment.