diff options
Diffstat (limited to 'cpp/src/IceSSL/WinRTEngine.cpp')
-rwxr-xr-x | cpp/src/IceSSL/WinRTEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/WinRTEngine.cpp b/cpp/src/IceSSL/WinRTEngine.cpp index b955c8ce4a1..51cde970937 100755 --- a/cpp/src/IceSSL/WinRTEngine.cpp +++ b/cpp/src/IceSSL/WinRTEngine.cpp @@ -65,7 +65,7 @@ WinRTEngine::initialize() { return password(false); }, - getPasswordPrompt != nullptr, + getPasswordPrompt() != nullptr, passwordRetryMax)); } else if(!findCert.empty()) |