Skip to content
Snippets Groups Projects
Commit 39cca0b7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix wrong macro name used in previous commit

parent 46b24774
No related branches found
No related tags found
No related merge requests found
Pipeline #5016 passed
......@@ -233,7 +233,7 @@ void __fastcall TLoginAttemptsForm::FilterIpMenuItemClick(TObject *Sender)
Screen->Cursor=crDefault;
if(h!=NULL)
hostname = h->h_name;
filter_ip(&MainForm->cfg, prot.c_str(), (AnsiString(ListItem->Caption) + " " strFailedLoginAttempts).c_str(), hostname
filter_ip(&MainForm->cfg, prot.c_str(), (AnsiString(ListItem->Caption) + " " STR_FAILED_LOGIN_ATTEMPTS).c_str(), hostname
,ip_addr.c_str(), username.c_str()
,trashcan_fname(&MainForm->cfg, silent ? "ip-silent" : "ip", fname, sizeof fname)
,duration);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment