https://bugs.openldap.org/show_bug.cgi?id=9665
Issue ID: 9665 Summary: wrong indentation in ldap_int_bisect_find Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: roland.illig@gmx.de Target Milestone: ---
In abandon.c, ldap_int_bisect_find has an incorrectly indented if statement.
I stumbled upon this due to a lint warning and immediately wondered who forgot to format the code again, probably after removing a redundant outer if statement or loop.
The wrong indentation was introduced by https://git.openldap.org/openldap/openldap/-/commit/2660518c5d924b2b6377a870... in 2008.
https://bugs.openldap.org/show_bug.cgi?id=9665
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs_review
https://bugs.openldap.org/show_bug.cgi?id=9665
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED
https://bugs.openldap.org/show_bug.cgi?id=9665
--- Comment #1 from roland.illig@gmx.de --- Any reason for the WONTFIX?
https://bugs.openldap.org/show_bug.cgi?id=9665
--- Comment #2 from Howard Chu hyc@openldap.org --- (In reply to roland.illig from comment #1)
Any reason for the WONTFIX?
You should have already read https://openldap.org/devel/programming.html before even getting this far.
https://bugs.openldap.org/show_bug.cgi?id=9665
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Status|RESOLVED |VERIFIED