Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
fix return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongxiaren committed May 16, 2024
1 parent e9d4314 commit 7292716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depends/libhdfs3/src/server/NamenodeImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,9 @@ bool NamenodeImpl::listEncryptionZones(const int64_t id, std::vector<EncryptionZ
UnWrapper < FileNotFoundException,
UnresolvedLinkException, HdfsIOException > unwrapper(e);
unwrapper.unwrap(__FILE__, __LINE__);
return false;
}
return true;
}

}
Expand Down

0 comments on commit 7292716

Please sign in to comment.