https://bugs.openldap.org/show_bug.cgi?id=9314
Issue ID: 9314 Summary: Add slap_client_keepalive to proto-slap.h Product: OpenLDAP Version: 2.5 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
When building OpenLDAP, there are implicit declaration warnings that would be resolved by adding the missing function definition of slap_client_keepalive to proto-slap.h (if appropriate).
From back-ldap:
bind.c:714:2: warning: implicit declaration of function 'slap_client_keepalive'; did you mean 'slap_client_connect'? [-Wimplicit-function-declaration] slap_client_keepalive(ld, &li->li_tls.sb_keepalive);
https://bugs.openldap.org/show_bug.cgi?id=9314
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.0 Keywords| |OL_2_5_REQ
https://bugs.openldap.org/show_bug.cgi?id=9314
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- This was already fixed with cd914149a6
https://bugs.openldap.org/show_bug.cgi?id=9314
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=9314
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|OL_2_5_REQ |