From e7f4071c4bea0406773cb6bfa6501ba4a3a94501 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 3 Mar 2019 03:25:43 +0100 Subject: tunnel: simplify shutdown --- service/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/errors.go') 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 ) -- cgit v1.2.3-59-g8ed1b