Bug 717722 - wrong ldap_sync_destroy() prototype in ldap_sync(3) manpage
Summary: wrong ldap_sync_destroy() prototype in ldap_sync(3) manpage
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openldap
Version: 15
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Jan Vcelak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-29 16:56 UTC by Adam Tkac
Modified: 2013-04-30 23:49 UTC (History)
4 users (show)

Fixed In Version: openldap-2.4.24-5.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-17 23:42:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
proposed patch (817 bytes, patch)
2011-08-24 17:22 UTC, Jan Vcelak
no flags Details | Diff

Description Adam Tkac 2011-06-29 16:56:01 UTC
Description of problem:
ldap_sync(3) manpage contains:

SYNOPSIS
...
int ldap_sync_destroy(ldap_sync_t *ls, int freeit);
...

However /usr/include/ldap.h & openldap-2.4.24/libraries/libldap/ldap_sync.c contains:

void
ldap_sync_destroy( ldap_sync_t *ls, int freeit );

Manual page should be updated because ldap_sync_destroy returns nothing, not integer.

Version-Release number of selected component (if applicable):
$ rpm -q openldap-devel
openldap-devel-2.4.24-3.fc15.x86_64

Comment 1 Jan Vcelak 2011-08-24 17:22:45 UTC
Created attachment 519672 [details]
proposed patch

proposed patch

Comment 2 Jan Vcelak 2011-08-24 17:36:31 UTC
Submitted upstream:
http://www.openldap.org/its/index.cgi?findid=7028

Comment 3 Fedora Update System 2011-08-24 19:39:17 UTC
openldap-2.4.24-4.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/openldap-2.4.24-4.fc15

Comment 4 Fedora Update System 2011-08-26 19:04:12 UTC
Package openldap-2.4.24-4.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing openldap-2.4.24-4.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/openldap-2.4.24-4.fc15
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-09-12 19:02:21 UTC
openldap-2.4.24-5.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/openldap-2.4.24-5.fc15

Comment 6 Fedora Update System 2011-11-17 23:42:20 UTC
openldap-2.4.24-5.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.