Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile in Delphi fails: FPasswordAttempts not declared (tgputtysftp.pas 389) #34

Open
rosch100 opened this issue Jan 8, 2024 · 1 comment

Comments

@rosch100
Copy link

rosch100 commented Jan 8, 2024

The declaration of the variable FPasswordAttempts is missing.

[dcc32 Fehler] tgputtysftp.pas(389): E2003 Undeklarierter Bezeichner: 'FPasswordAttempts'

@superflexible
Copy link
Owner

The variable was renamed to FAttempts, because when security scanners see anything related to "password" they freak out and flag security leaks.

I have fixed the reference in the latest commit (not in the release yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants