From 1c56fb8996d9014e1b96332344f663fa201f3a5e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 28 Feb 2019 17:41:30 +0100 Subject: tunnel: make winipcfg sort of work The duplicate route thing is silly, and we currently don't do DNS or the fancy socket routing. But this is a step in the right direction, perhaps. --- service/errors.go | 1 + 1 file changed, 1 insertion(+) (limited to 'service/errors.go') diff --git a/service/errors.go b/service/errors.go index 04f0638c..e2d17ab9 100644 --- a/service/errors.go +++ b/service/errors.go @@ -17,4 +17,5 @@ const ( ERROR_SERVER_SID_MISMATCH uint32 = 0x00000274 ERROR_NETWORK_BUSY uint32 = 0x00000036 ERROR_NO_TRACKING_SERVICE uint32 = 0x00000494 + ERROR_OBJECT_ALREADY_EXISTS uint32 = 0x00001392 ) -- cgit v1.2.3-59-g8ed1b