mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 09:09:03 +03:00
@@ -444,8 +444,7 @@ impl InnerService {
|
||||
} else {
|
||||
decoded_path.into_owned()
|
||||
};
|
||||
let fullpath = self.args.path.join(&slashes_switched);
|
||||
Some(fullpath)
|
||||
Some(self.args.path.join(&slashes_switched))
|
||||
}
|
||||
|
||||
async fn to_pathitem<P: AsRef<Path>>(
|
||||
|
||||
Reference in New Issue
Block a user