-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: 1.6
-
Component/s: Installation (I)
-
None
-
Environment:Zabbix 1.6.4 sources
Bug in src/libs/zbxsysinfo/unknown/swap.c, line 293:
Syntax error. Insert a comma after "sizeof(swapdev)".
Before:
zbx_snprintf(swapdev, sizeof(swapdev) "all");
After:
zbx_snprintf(swapdev, sizeof(swapdev), "all");