aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-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: