If no password is specfied, grant full access
This commit is contained in:
parent
73f618eb5a
commit
714477b825
@ -258,6 +258,8 @@ fn handle_connection(
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
access = Access::Full;
|
||||||
}
|
}
|
||||||
|
|
||||||
let (mut relative_path, _) = request
|
let (mut relative_path, _) = request
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user