Change option names for clarity

This commit is contained in:
Barry Pederson
2022-03-01 10:23:17 -08:00
parent b9c091f71f
commit 8134df29b7
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ impl Server {
return Ok(false);
}
let mut password_file = OPTIONS.passwords.clone();
let mut password_file = OPTIONS.password_dir.clone();
password_file.push(&userid);
let file = File::open(password_file)?;