Skip to content

Commit

Permalink
missed change in earlier committ
Browse files Browse the repository at this point in the history
  • Loading branch information
manojampalam committed May 15, 2016
1 parent 5335d43 commit 26be931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/win32/win32compat/ssh-agent/authagent-request.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ generate_user_token(wchar_t* user) {
QUOTA_LIMITS quotas;
DWORD cbProfile;
BOOL domain_user;
wchar_t user_copy[MAX_USER_LEN];

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

0 comments on commit 26be931

Please sign in to comment.