[bug] Windows-to-Linux remote mount ignores CREATE_NEW #44
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-04-04 17:35:00 -05:00
parent ff746a7bec
commit d109344544

View File

@ -1169,7 +1169,6 @@ auto remote_server::winfsp_create(PWSTR file_name, UINT32 create_options,
utils::unix_error_to_windows((res < 0) ? errno : 0));
}
fmt::println("{}|{}|{}", file_path, exists, ret);
RAISE_REMOTE_FUSE_SERVER_EVENT(function_name, file_path, ret);
return ret;
}