We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5659297 commit d68166aCopy full SHA for d68166a
src/client/windows.rs
@@ -327,7 +327,6 @@ impl RemoteFs for SmbFs {
327
debug!("creating {} for reading...", path_abs.display());
328
329
let writer = std::fs::OpenOptions::new()
330
- .write(true)
331
.append(true)
332
.open(&path_abs)
333
.map_err(|e| RemoteError::new_ex(RemoteErrorType::IoError, e))
0 commit comments