瀏覽代碼

Missing parameter

Should have been included in b1c505ca

Source commit: 97f8e213e243fb20edde5db93bc40b7f8f03f7f8
Martin Prikryl 2 年之前
父節點
當前提交
a6fdf6c7d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/S3FileSystem.cpp

+ 1 - 1
source/core/S3FileSystem.cpp

@@ -362,7 +362,7 @@ void TS3FileSystem::LibS3SessionCallback(ne_session_s * Session, void * Callback
     Session, Data->ProxyMethod, Data->ProxyHost, Data->ProxyPort,
     Data->ProxyUsername, Data->ProxyPassword, FileSystem->FTerminal);
 
-  SetNeonTlsInit(Session, FileSystem->InitSslSession);
+  SetNeonTlsInit(Session, FileSystem->InitSslSession, FileSystem->FTerminal);
 
   ne_set_session_flag(Session, SE_SESSFLAG_SNDBUF, Data->SendBuf);