summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index ff1f62e..5d11a28 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -1474,7 +1474,7 @@ Tcl_OpenTcpServer(
}
retry++;
chosenport = 0;
-
+
if (!TclCreateSocketAddress(interp, &addrlist, myHost, port, 1, &errorMsg)) {
my_errno = errno;
goto error;