Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-931

Incorrect handling of timeouts in EXECUTE_STR function

XMLWordPrintable

      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;

            alexei Alexei Vladishev
            alexei Alexei Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: