diff --git a/src/kit/shell/src/shellWindows.c b/src/kit/shell/src/shellWindows.c index 990f4739c5ea50119345f17734238d416ff8d288..608ec97408cfacd8a86d308bc1c39c4f063c36f6 100644 --- a/src/kit/shell/src/shellWindows.c +++ b/src/kit/shell/src/shellWindows.c @@ -377,7 +377,7 @@ int tcpConnect(char* host, int iport) { hints; if (iport == 0) { iport = 6041; - args.port = 6041 + args.port = 6041; } if (NULL == host) { host = "localhost";