remove accidental commited code

This commit is contained in:
lupo1977 2018-02-06 19:35:19 +01:00
parent 673b8a4a1b
commit 5c34676927
1 changed files with 0 additions and 5 deletions

View File

@ -253,11 +253,6 @@ process_custom_lsa_auth(char* user, const char* pwd, char* lsa_pkg)
*tmp = L'\0';
}
if (domw == NULL) {
debug("no domain found");
goto done;
}
/* call into LSA provider , get and duplicate token */
InitLsaString(&logon_process_name, "sshd");
InitLsaString(&lsa_auth_package_name, lsa_pkg);