-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
None
-
Affects Version/s: 1.6
-
Component/s: None
-
None
-
Environment:
Break statements are missing causing timeouts to be handled as fails:
switch (errno)
{ case EINTR: ret = SYSINFO_RET_TIMEOUT; default: ret = SYSINFO_RET_FAIL; }goto lbl_exit;