aboutsummaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/windows/win_debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/platform/windows/win_debug.c b/src/platform/windows/win_debug.c
index a37411cf..3b3c4ab7 100644
--- a/src/platform/windows/win_debug.c
+++ b/src/platform/windows/win_debug.c
@@ -1,5 +1,5 @@
//
-// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
@@ -108,6 +108,7 @@ static struct {
{ ERROR_OUT_OF_STRUCTURES, NNG_ENOMEM },
{ ERROR_INVALID_PARAMETER, NNG_EINVAL },
{ ERROR_CONNECTION_REFUSED, NNG_ECONNREFUSED },
+ { ERROR_DUP_NAME, NNG_EADDRINUSE },
{ ERROR_BROKEN_PIPE, NNG_ECLOSED },
{ ERROR_BAD_PIPE, NNG_ECLOSED },
{ ERROR_NO_DATA, NNG_ECLOSED },