Change option names for clarity
This commit is contained in:
+1
-1
@@ -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)?;
|
||||
|
||||
Reference in New Issue
Block a user