diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-19 16:12:00 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-19 16:12:00 (GMT) |
| commit | 963276ee6d0ba32137fc09c691ffe93eda538e3e (patch) | |
| tree | eef639b380b170cca7cd66f4c51ec6ac69e1a03a /unix/tclUnixSock.c | |
| parent | 64fd595e31d8a2a215ca65321c649100a279882d (diff) | |
| download | tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.zip tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.tar.gz tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.tar.bz2 | |
Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows
(cherry-pick): Fix indentation/brace usage style issues
Diffstat (limited to 'unix/tclUnixSock.c')
| -rw-r--r-- | unix/tclUnixSock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c index d6e5386..2195ab0 100644 --- a/unix/tclUnixSock.c +++ b/unix/tclUnixSock.c @@ -1325,7 +1325,6 @@ TcpConnect( for (statePtr->myaddr = statePtr->myaddrlist; statePtr->myaddr != NULL; statePtr->myaddr = statePtr->myaddr->ai_next) { - /* * No need to try combinations of local and remote addresses of * different families. |
