Skip to content

Commit 5c34676

Browse files
committed
remove accidental commited code
1 parent 673b8a4 commit 5c34676

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/win32/win32compat/win32_usertoken_utils.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ process_custom_lsa_auth(char* user, const char* pwd, char* lsa_pkg)
253253
*tmp = L'\0';
254254
}
255255

256-
if (domw == NULL) {
257-
debug("no domain found");
258-
goto done;
259-
}
260-
261256
/* call into LSA provider , get and duplicate token */
262257
InitLsaString(&logon_process_name, "sshd");
263258
InitLsaString(&lsa_auth_package_name, lsa_pkg);

0 commit comments

Comments
 (0)