[ZBX-16490] Typo in zbx_iprange_t comment Created: 2019 Aug 11  Updated: 2024 Apr 10  Resolved: 2019 Aug 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Proxy (P), Server (S)
Affects Version/s: 4.4.0alpha2
Fix Version/s: 4.0.12rc1, 4.2.6rc1, 4.4.0alpha3, 4.4 (plan)

Type: Patch request Priority: Trivial
Reporter: Glebs Ivanovskis Assignee: Alexander Vladishev
Resolution: Fixed Votes: 0
Labels: codequality, typo
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Team: Team B
Sprint: Sprint 55 (Aug 2019)
Story Points: 0

 Description   

Here:

diff --git a/include/common.h b/include/common.h
index a46b54210b..754185f110 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1138,7 +1138,7 @@ zbx_range_t;
 
 typedef struct
 {
-       /* contains groups of ranges for either ZBX_IPRANGE_V4 or ZBX_IPRANGE_V46 */
+       /* contains groups of ranges for either ZBX_IPRANGE_V4 or ZBX_IPRANGE_V6  */
        /* ex. 127-127.0-0.0-0.2-254 (from-to.from-to.from-to.from-to)            */
        /*                                  0       1       2       3             */
        zbx_range_t     range[ZBX_IPRANGE_GROUPS_V6];


 Comments   
Comment by Alexander Vladishev [ 2019 Aug 25 ]

Thanks! Fixed in:

Generated at Thu Apr 25 08:17:47 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.