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

Commit a3de0ec

Browse files
sbattensergiou87
andauthored
Update src/keytar_win.cc
Co-authored-by: Sergio Padrino <[email protected]>
1 parent 14d4371 commit a3de0ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/keytar_win.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ KEYTAR_OP_RESULT FindCredentials(const std::string& service,
229229
std::string* errStr) {
230230
LPWSTR filter = utf8ToWideChar(service + "*");
231231
if (filter == NULL) {
232+
*errStr = "Error generating credential filter";
232233
return FAIL_ERROR;
233234
}
234235

0 commit comments

Comments
 (0)