Browse Source

Tracing (WebDAV authentication)

Source commit: 74ea36ec6856a76c098cd9e1c41dfdd4467abf59
Martin Prikryl 9 năm trước cách đây
mục cha
commit
62a884a915
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(
-  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);