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

Mistake in DCsync_item

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.3
    • 1.8.2
    • Server (S)
    • None

      in src/libs/zbxdbcache/dbconfig.c in function DCsync_items():

      /* db items */
      i = get_nearestindex(config->dbitems, sizeof(ZBX_DC_LOGITEM),
      config->dbitems_num, itemid);

      sizeof(ZBX_DC_LOGITEM) is incorrect and must be replaced with sizeof(ZBX_DC_DBITEM)

            sasha Alexander Vladishev
            cyyr Kirill Fateev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: