Skip to content
Snippets Groups Projects
Commit f23c5d95 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2823 delete extraneous argument

parent 470345e9
Branches
Tags
No related merge requests found
......@@ -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 ");"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment