Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: shengxin.hou <[email protected]>
  • Loading branch information
MalikHou and shengxin.hou authored Jan 14, 2024
1 parent 2e3dc74 commit 8bbfe29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsync_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void* RsyncClient::ThreadMain() {
outfile.open(meta_file_path, std::ios_base::app);
if (!outfile.is_open()) {
LOG(FATAL) << "unable to open meta file " << meta_file_path << ", error:" << strerror(errno);
return
return nullptr;
}
DEFER {
outfile.close();
Expand Down

0 comments on commit 8bbfe29

Please sign in to comment.