aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-06 09:46:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-06 15:55:02 +0200
commitc3488b9382b08a7fde24955f6342403576847d6a (patch)
treedd08e02b053b0cf27a75ed2e428701b1799e3bf1 /service/errors.go
parentui: do tray click action when popup clicked (diff)
downloadwireguard-windows-c3488b9382b08a7fde24955f6342403576847d6a.tar.xz
wireguard-windows-c3488b9382b08a7fde24955f6342403576847d6a.zip
updater: move into manager
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'service/errors.go')
-rw-r--r--service/errors.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/service/errors.go b/service/errors.go
index ecc0283a..eb31bb4e 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -26,7 +26,6 @@ const (
ErrorBindSocketsToDefaultRoutes
ErrorSetNetConfig
ErrorDetermineExecutablePath
- ErrorFindAdministratorsSID
ErrorCreateSecurityDescriptor
ErrorOpenNULFile
ErrorTrackTunnels
@@ -60,8 +59,6 @@ func (e Error) Error() string {
return "Unable to bind sockets to default route"
case ErrorSetNetConfig:
return "Unable to set interface addresses, routes, dns, and/or adapter settings"
- case ErrorFindAdministratorsSID:
- return "Unable to find Administrators SID"
case ErrorCreateSecurityDescriptor:
return "Unable to determine security descriptor"
case ErrorOpenNULFile: