aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/services
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-11 23:24:22 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-16 22:55:24 -0600
commit548405e21b87d982a2d2094ce565bac5ac3c308a (patch)
tree6843727e22985d3cd08cd76ee47868d2e53fd2cc /services
parentmanager: remove legacy store support (diff)
downloadwireguard-windows-548405e21b87d982a2d2094ce565bac5ac3c308a.tar.xz
wireguard-windows-548405e21b87d982a2d2094ce565bac5ac3c308a.zip
global: remove wireguard-go/Wintun implementation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'services')
-rw-r--r--services/errors.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/errors.go b/services/errors.go
index e4fcc77d..763690e9 100644
--- a/services/errors.go
+++ b/services/errors.go
@@ -18,7 +18,6 @@ const (
ErrorRingloggerOpen
ErrorLoadConfiguration
ErrorCreateNetworkAdapter
- ErrorUAPIListen
ErrorDNSLookup
ErrorFirewall
ErrorDeviceSetConfig
@@ -46,8 +45,6 @@ func (e Error) Error() string {
return "Unable to load configuration from path"
case ErrorCreateNetworkAdapter:
return "Unable to create network adapter"
- case ErrorUAPIListen:
- return "Unable to listen on named pipe"
case ErrorDNSLookup:
return "Unable to resolve one or more DNS hostname endpoints"
case ErrorFirewall: