Skip to content

Commit f89809c

Browse files
author
dgp
committed
merge 8.7
2 parents 0735721 + 6aac4d3 commit f89809c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generic/tclIOSock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ Tcl_OpenTcpServer(
332332
char portbuf[TCL_INTEGER_SPACE];
333333

334334
TclFormatInt(portbuf, port);
335-
return Tcl_OpenTcpServerEx(interp, portbuf, host, -1,
336-
TCL_TCPSERVER_REUSEADDR, acceptProc, callbackData);
335+
return Tcl_OpenTcpServerEx(interp, portbuf, host, TCL_TCPSERVER_REUSEADDR,
336+
-1, acceptProc, callbackData);
337337
}
338338

339339
/*

0 commit comments

Comments
 (0)