aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-16 15:39:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-16 15:39:42 +0200
commit0570e14011796c3ab885e05494013140cb0a7104 (patch)
tree77c624f768385edf8791b4904f01f8d7069ab283 /service/errors.go
parentfirewall: correct protocol condition in NDP filters (diff)
downloadwireguard-windows-0570e14011796c3ab885e05494013140cb0a7104.tar.xz
wireguard-windows-0570e14011796c3ab885e05494013140cb0a7104.zip
service: use more upstream constants
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'service/errors.go')
-rw-r--r--service/errors.go8
1 files changed, 1 insertions, 7 deletions
diff --git a/service/errors.go b/service/errors.go
index b76ef656..e71f0d71 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -94,10 +94,4 @@ func combineErrors(err error, serviceError Error) error {
}
}
return err
-}
-
-const (
- serviceDOES_NOT_EXIST uint32 = 0x00000424
- serviceMARKED_FOR_DELETE uint32 = 0x00000430
- serviceNEVER_STARTED uint32 = 0x00000435
-)
+} \ No newline at end of file