-
Incident report
-
Resolution: Fixed
-
Major
-
None
-
1.6
-
None
-
None
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;