Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a68741c

Browse files
committed
REMOVE ME: Making sure original fix solves the problem
1 parent 79b7506 commit a68741c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keytar_win.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ KEYTAR_OP_RESULT FindCredentials(const std::string& service,
253253
std::string login = wideCharToUtf8(cred->UserName);
254254
std::string password(
255255
reinterpret_cast<char*>(
256-
cred->CredentialBlob),
257-
cred->CredentialBlobSize);
256+
cred->CredentialBlob));
257+
// cred->CredentialBlobSize);
258258

259259
credentials->push_back(Credentials(login, password));
260260
}

0 commit comments

Comments
 (0)