mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
src/Host.cpp: fix typo in alert message
This commit fixes a trivial typo in an alert message.
This commit is contained in:
parent
42b77c5abc
commit
b136ed44de
1 changed files with 1 additions and 1 deletions
|
|
@ -1029,7 +1029,7 @@ void Host::incNumFlows(bool as_client) {
|
|||
total_num_flows_as_server++, num_active_flows_as_server++;
|
||||
|
||||
if(num_active_flows_as_server == max_num_active_flows) {
|
||||
const char* error_msg = "Host <A HREF=%s/lua/host_details.lua?host=%s&ifname=%s>%s</A> is a possibly under scan attack [%u active flows]";
|
||||
const char* error_msg = "Host <A HREF=%s/lua/host_details.lua?host=%s&ifname=%s>%s</A> is possibly under scan attack [%u active flows]";
|
||||
char ip_buf[48], *h, msg[512];
|
||||
|
||||
h = ip->print(ip_buf, sizeof(ip_buf));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue