aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/securityapi.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-07 08:15:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-07 08:15:39 +0200
commit6274fc5f5ed971a81ee6ff30c0ed72b58ac4ce66 (patch)
tree9a6ec44e42f8eb9e9bd2bca00db6ce2a80f249ca /service/securityapi.go
parentinstaller: fix tag style (diff)
downloadwireguard-windows-6274fc5f5ed971a81ee6ff30c0ed72b58ac4ce66.tar.xz
wireguard-windows-6274fc5f5ed971a81ee6ff30c0ed72b58ac4ce66.zip
ringlogger: export R/O handle for UI process
Diffstat (limited to 'service/securityapi.go')
-rw-r--r--service/securityapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/securityapi.go b/service/securityapi.go
index 6c5f7844..6373fd7c 100644
--- a/service/securityapi.go
+++ b/service/securityapi.go
@@ -154,4 +154,4 @@ func getCurrentSecurityAttributes() (*syscall.SecurityAttributes, error) {
return nil, err
}
return securityAttributes, nil
-} \ No newline at end of file
+}