Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NikVolf/parity-tokio-ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Jan 4, 2020
2 parents e36567b + f3f1964 commit 3dd7803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/win.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ impl InnerAttributes {
fn allow_everyone(permissions: u32) -> io::Result<InnerAttributes> {
let mut attributes = Self::empty()?;
let sid = Sid::everyone_sid()?;
println!("pisec");

let mut everyone_ace = AceWithSid::new(&sid, TRUSTEE_IS_WELL_KNOWN_GROUP);
everyone_ace
Expand Down

0 comments on commit 3dd7803

Please sign in to comment.