We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c375e5d commit 279b0f2Copy full SHA for 279b0f2
include/Prefs.h
@@ -731,7 +731,7 @@ class Prefs {
731
};
732
inline u_int64_t* getIEC104AllowedTypeIDs() { return (iec104_allowed_typeids); };
733
inline u_int32_t getIEC60870LearingPeriod() { return (iec60870_learning_period); };
734
- inline u_int32_t getModbusLearingPeriod() { return (modbus_learning_period); };
+ inline u_int32_t getModbusLearningPeriod() { return (modbus_learning_period); };
735
#ifdef NTOPNG_PRO
736
inline bool isAssetInventoryEnabled() { return(asset_inventory_enabled && !isASNModeEnabled()); };
737
inline bool isSNMPTrapEnabled() { return snmp_trap_enabled; };
0 commit comments