https://bugs.openldap.org/show_bug.cgi?id=10206
Issue ID: 10206 Summary: smbk5pwd.c: implicit declaration of function 'kadm5_s_init_with_password_ctx' Product: OpenLDAP Version: 2.6.7 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: contrib Assignee: bugs@openldap.org Reporter: ryan@openldap.org Target Milestone: ---
smbk5pwd.c: In function ‘smbk5pwd_modules_init’: smbk5pwd.c:917:23: warning: implicit declaration of function ‘kadm5_s_init_with_password_ctx’; did you mean ‘kadm5_init_with_password_ctx’? [-Wimplicit-function-declaration] 917 | ret = kadm5_s_init_with_password_ctx( context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | kadm5_init_with_password_ctx
https://bugs.openldap.org/show_bug.cgi?id=10206
--- Comment #1 from Ryan Tandy ryan@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/700
https://bugs.openldap.org/show_bug.cgi?id=10206
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.18
https://bugs.openldap.org/show_bug.cgi?id=10206
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10206
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• e3ceced1 by Ryan Tandy at 2024-05-03T18:36:23+00:00 ITS#10206 Include <kadm5/private.h> for kadm5_s_init_with_password_ctx
RE25:
• a29649f5 by Ryan Tandy at 2024-05-07T16:33:53+00:00 ITS#10206 Include <kadm5/private.h> for kadm5_s_init_with_password_ctx
RE26:
• b3c81ba1 by Ryan Tandy at 2024-05-07T16:35:12+00:00 ITS#10206 Include <kadm5/private.h> for kadm5_s_init_with_password_ctx
https://bugs.openldap.org/show_bug.cgi?id=10206
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED