mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#2823 delete extraneous argument
This commit is contained in:
parent
470345e993
commit
f23c5d9565
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ OpenLDAP LDAP (libldap, -lldap)
|
|||
.LP
|
||||
.BI "int ldap_sasl_interactive_bind_s(LDAP *" ld ", const char *" dn ","
|
||||
.RS
|
||||
.BI "const char *" mechs ", struct berval *" cred ","
|
||||
.BI "const char *" mechs ","
|
||||
.BI "LDAPControl *" sctrls "[], LDAPControl *" cctrls "[],"
|
||||
.BI "unsigned " flags ", LDAP_SASL_INTERACT_PROC *" interact ","
|
||||
.BI "void *" defaults ");"
|
||||
|
|
|
|||
Loading…
Reference in a new issue