aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-03 03:25:43 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-03 03:26:02 +0100
commite7f4071c4bea0406773cb6bfa6501ba4a3a94501 (patch)
tree1ed09d751f2e2f0b562cbfa54ab80a1155174a28 /service/errors.go
parentcallbacks: use cb as receiver for unregister (diff)
downloadwireguard-windows-e7f4071c4bea0406773cb6bfa6501ba4a3a94501.tar.xz
wireguard-windows-e7f4071c4bea0406773cb6bfa6501ba4a3a94501.zip
tunnel: simplify shutdown
Diffstat (limited to '')
-rw-r--r--service/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/errors.go b/service/errors.go
index 133617ea..04cedb45 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -18,6 +18,6 @@ const (
ERROR_NETWORK_BUSY uint32 = 0x00000036
ERROR_NO_TRACKING_SERVICE uint32 = 0x00000494
ERROR_OBJECT_ALREADY_EXISTS uint32 = 0x00001392
- ERROR_SERVICE_DOES_NOT_EXIST uint32 = 0x00000424
+ ERROR_SERVICE_DOES_NOT_EXIST uint32 = 0x00000424
ERROR_SERVICE_MARKED_FOR_DELETE uint32 = 0x00000430
)