Description of problem: 11772 ARRAY_VS_SINGLETON Triaged Bug Minor Fix Required ldbm_back_upgradedb() File: ds/ldap/servers/slapd/back-ldbm/ldif2ldbm.c Status: New → Triaged Classification: Unclassified → Bug Action: Undecided → Fix Required Severity: Unspecified → Minor Comment: upgradedb_copy_logfiles does cnt++ instead of (*cnt)++ but cnt is not used in that function, nor is the value of cnt used anywhere else. I think the proper fix is to just get rid of the cnt parameter to upgradedb_copy_logfiles.
*** This bug has been marked as a duplicate of bug 609590 ***