-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 1.4
-
Component/s: None
-
None
-
Environment:
Reported by Max:
Hi !
Two errors found in src/libs/zbxsysinfo/osf/cpu.c while trying to compile agent :
line 90 :
-zbx_snprintf(cpuname, sizeof(cpuname)"all");
+zbx_snprintf(cpuname, sizeof(cpuname), "all");
line 104:
-zbx_snprintf(type, sizeof(tupe), "user");
+zbx_snprintf(type, sizeof(type), "user");
Bye
- duplicates
-
ZBX-273 Agent compilation error on AlphaServer Tru64 5.1B (With fix)
-
- Closed
-