aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/services/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/errors.go')
-rw-r--r--services/errors.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/errors.go b/services/errors.go
index e17cad88..569585a5 100644
--- a/services/errors.go
+++ b/services/errors.go
@@ -26,7 +26,6 @@ const (
ErrorBindSocketsToDefaultRoutes
ErrorSetNetConfig
ErrorDetermineExecutablePath
- ErrorOpenNULFile
ErrorTrackTunnels
ErrorEnumerateSessions
ErrorDropPrivileges
@@ -58,8 +57,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 interface settings"
- case ErrorOpenNULFile:
- return "Unable to open NUL file"
case ErrorTrackTunnels:
return "Unable to track existing tunnels"
case ErrorEnumerateSessions: