Skip to content

Commit 26be931

Browse files
committed
missed change in earlier committ
1 parent 5335d43 commit 26be931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/win32/win32compat/ssh-agent/authagent-request.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ generate_user_token(wchar_t* user) {
6666
QUOTA_LIMITS quotas;
6767
DWORD cbProfile;
6868
BOOL domain_user;
69+
wchar_t user_copy[MAX_USER_LEN];
6970

7071
/* prep user name - TODO: implment an accurate check if user is domain account*/
7172
if (wcsnlen(user, MAX_USER_LEN) == MAX_USER_LEN) {

0 commit comments

Comments
 (0)