Browse Source

Link update in comments

Source commit: 82a98dd088b33b9bb3b1e8ae6297fcf3c3548054
Martin Prikryl 6 years ago
parent
commit
4f3ee319b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/filezilla/TransferSocket.cpp

+ 1 - 1
source/filezilla/TransferSocket.cpp

@@ -1143,7 +1143,7 @@ void CTransferSocket::CloseOnShutDownOrError(int Mode)
   {
     // It would probably be correct to remove this call, and wait for OnClose (FD_CLOSE),
     // where CloseAndEnsureSendClose is called too.
-    // See https://docs.microsoft.com/en-us/windows/desktop/winsock/graceful-shutdown-linger-options-and-socket-closure-2
+    // See https://docs.microsoft.com/en-us/windows/win32/winsock/graceful-shutdown-linger-options-and-socket-closure-2
     CloseAndEnsureSendClose(Mode);
   }
   else