瀏覽代碼

Tracing (WebDAV authentication)

Source commit: 74ea36ec6856a76c098cd9e1c41dfdd4467abf59
Martin Prikryl 9 年之前
父節點
當前提交
62a884a915
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/WebDAVFileSystem.cpp

+ 1 - 1
source/core/WebDAVFileSystem.cpp

@@ -2337,7 +2337,7 @@ void TWebDAVFileSystem::NeonProvideClientCert(void * UserData, ne_session * Sess
 }
 }
 //------------------------------------------------------------------------------
 //------------------------------------------------------------------------------
 int TWebDAVFileSystem::NeonRequestAuth(
 int TWebDAVFileSystem::NeonRequestAuth(
-  void * UserData, const char * /*Realm*/, int /*Attempt*/, char * UserName, char * Password)
+  void * UserData, const char * Realm, int Attempt, char * UserName, char * Password)
 {
 {
   TWebDAVFileSystem * FileSystem = static_cast<TWebDAVFileSystem *>(UserData);
   TWebDAVFileSystem * FileSystem = static_cast<TWebDAVFileSystem *>(UserData);