From 714477b825bcf3bc9b708b9d161c8a1287b8d5db Mon Sep 17 00:00:00 2001 From: p11 Date: Sun, 12 May 2024 01:15:39 +0200 Subject: [PATCH] If no password is specfied, grant full access --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 5efffaa..8fc62e9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -258,6 +258,8 @@ fn handle_connection( return; } + } else { + access = Access::Full; } let (mut relative_path, _) = request