mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-09 16:00:51 +00:00
Typo
This commit is contained in:
parent
473ca59d35
commit
1c56aeaa13
3 changed files with 5 additions and 5 deletions
|
|
@ -3661,13 +3661,13 @@ void Prefs::setS7CommAllowedFunctionCodes(const char* function_codes) {
|
|||
/* *************************************** */
|
||||
|
||||
void Prefs::reloadServersConfiguration() {
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "RELOADING servers configurations");
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "Reloading servers configurations");
|
||||
gateway->reloadServerConfiguration((char*)CONST_GATEWAY_CONFIGURATION_REDIS_KEY);
|
||||
dns_servers->reloadServerConfiguration((char*)CONST_DNS_SERVER_CONFIGURATION_REDIS_KEY);
|
||||
ntp_servers->reloadServerConfiguration((char*)CONST_NTP_SERVER_CONFIGURATION_REDIS_KEY);
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "RELOADING DHCP servers...");
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "Reloading DHCP servers...");
|
||||
dhcp_servers->reloadServerConfiguration((char*)CONST_DHCP_SERVER_CONFIGURATION_REDIS_KEY);
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "RELOADING DHCP servers done");
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "Reloading DHCP servers done");
|
||||
smtp_servers->reloadServerConfiguration((char*)CONST_SMTP_SERVER_CONFIGURATION_REDIS_KEY);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6caf427ca51a2a3ef9f8af002f45387133abcd4a
|
||||
Subproject commit cace7b4e1dbd1c2ab9d5535fd1c0673e98dfb0e1
|
||||
2
third-party/clickhouse-cpp
vendored
2
third-party/clickhouse-cpp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 9529ee913dbf5c119de5f6f0a50f8295c280c284
|
||||
Subproject commit ebffac4eaacd4107a1095baa9c2df5dce9207e17
|
||||
Loading…
Add table
Add a link
Reference in a new issue