Skip to content

Commit

Permalink
Test 01
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed May 11, 2024
1 parent c955880 commit 64d6c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@ int S3fsCurl::HeadRequest(const char* tpath, headers_t& meta)
if(!isError && !fpLazySetup(this)){
isError = true;
}
if(!isError && 0 != (result = RequestPerform()){
if(!isError && 0 != (result = RequestPerform())){
isError = true;
}
if(isError){
Expand Down

0 comments on commit 64d6c38

Please sign in to comment.