Skip to content

Commit

Permalink
Fixed bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-harness committed Mar 19, 2024
1 parent 2b8bec3 commit 6b666f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl Drop for SimpleCallOnReturn {
}

fn set_password(password: String) {
let mut hard_settings = HARD_SETTINGS.write().unwrap();
let mut hard_settings = config::HARD_SETTINGS.write().unwrap();
hard_settings.insert("password".to_string(), password);
}

Expand Down

0 comments on commit 6b666f8

Please sign in to comment.