From 2559652634263e35c34f71dca7828b275a1e9c8e Mon Sep 17 00:00:00 2001 From: pea-sys <49807271+pea-sys@users.noreply.github.com> Date: Sat, 6 Aug 2022 11:00:52 +0900 Subject: [PATCH] Fixed typo Fixed argument comment. https://github.com/MicrosoftDocs/win32/pull/1304/commits/fd7895d21fe16017f4452d1eac88794cd8b808f7 --- .../netds/winsock/securesocket/stcpclient/tcpclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/Win7Samples/netds/winsock/securesocket/stcpclient/tcpclient.c b/Samples/Win7Samples/netds/winsock/securesocket/stcpclient/tcpclient.c index 2080aba6..69c70f06 100644 --- a/Samples/Win7Samples/netds/winsock/securesocket/stcpclient/tcpclient.c +++ b/Samples/Win7Samples/netds/winsock/securesocket/stcpclient/tcpclient.c @@ -58,7 +58,7 @@ Routine Description: securitySettings - pointer to the socket security settings that should be applied to the connection - serverAddrLen - length of securitySettings in bytes + settingsLen - length of securitySettings in bytes Return Value: