Skip to content

Commit

Permalink
fix: Check wait input password error
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Dec 2, 2023
1 parent 215dbdf commit 799f811
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ static BOOL IsWaitInputPass(Context* ctx, const char* buffer, DWORD len) {
if (pos == NULL) {
return FALSE;
}
if (*(pos + 9) != 27) {
return FALSE;
}
return TRUE;
}

Expand Down

0 comments on commit 799f811

Please sign in to comment.