Skip to content

Commit 279b0f2

Browse files
committed
Fix typo
1 parent c375e5d commit 279b0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Prefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ class Prefs {
731731
};
732732
inline u_int64_t* getIEC104AllowedTypeIDs() { return (iec104_allowed_typeids); };
733733
inline u_int32_t getIEC60870LearingPeriod() { return (iec60870_learning_period); };
734-
inline u_int32_t getModbusLearingPeriod() { return (modbus_learning_period); };
734+
inline u_int32_t getModbusLearningPeriod() { return (modbus_learning_period); };
735735
#ifdef NTOPNG_PRO
736736
inline bool isAssetInventoryEnabled() { return(asset_inventory_enabled && !isASNModeEnabled()); };
737737
inline bool isSNMPTrapEnabled() { return snmp_trap_enabled; };

0 commit comments

Comments
 (0)