Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiTS committed Dec 28, 2021
1 parent df9ee53 commit a3d30ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "FixWinUpdatePrinter"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
authors = ["AndreiTS"]

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {

let key = key.unwrap();

let res = key.set_value("RpcAuthnLevelPrivacyEnabled", &1u32);
let res = key.set_value("RpcAuthnLevelPrivacyEnabled", &0u32);

if let Err(e) = res {
let msg= format!("Failed to create value\n{}", e.to_string());
Expand Down

0 comments on commit a3d30ff

Please sign in to comment.