mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
xfer
This commit is contained in:
@@ -381,7 +381,7 @@ cfg_if::cfg_if! {
|
||||
}
|
||||
|
||||
} else {
|
||||
pub fn ensure_file_private_owner<P:AsRef<Path>>(_path: P) -> Result<(), String>
|
||||
pub fn ensure_file_private_owner<P:AsRef<Path>>(path: P) -> Result<(), String>
|
||||
{
|
||||
let path = path.as_ref();
|
||||
if !path.is_file() {
|
||||
|
||||
Reference in New Issue
Block a user