aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manager
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-12-15 00:29:05 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-12-16 03:14:14 +0100
commita3534b576f72deef16fcd4c1e7524d9e49fbf74c (patch)
tree7ff2bd514c21b129fe44edf7ae9d9df0436be55a /manager
parentbuild: omit build info from binary (diff)
downloadwireguard-windows-a3534b576f72deef16fcd4c1e7524d9e49fbf74c.tar.xz
wireguard-windows-a3534b576f72deef16fcd4c1e7524d9e49fbf74c.zip
global: interface{} -> any
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'manager')
-rw-r--r--manager/ipc_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/ipc_server.go b/manager/ipc_server.go
index bb36c649..d51aba0e 100644
--- a/manager/ipc_server.go
+++ b/manager/ipc_server.go
@@ -461,7 +461,7 @@ func IPCServerListen(reader, writer, events *os.File, elevatedToken windows.Toke
}()
}
-func notifyAll(notificationType NotificationType, adminOnly bool, ifaces ...interface{}) {
+func notifyAll(notificationType NotificationType, adminOnly bool, ifaces ...any) {
if len(managerServices) == 0 {
return
}