quanah / net-ldapapi

The Net::LDAPapi Perl Module uses the OpenLDAP and Mozilla C api's to directly access and manipulate an LDAP v2 or LDAP v3 server.
8 stars 6 forks source link

- Fixes quanah/net-ldapapi#3: ldap_set_rebind_proc XS being called with... #4

Closed phillipod closed 9 years ago

phillipod commented 9 years ago

Function prototype in LDAPapi.xs is:

void ldap_set_rebind_proc(ld,rebind_function,args)

LDAPapi.xs calling as:

ldap_set_rebind_proc(ld,rebind_function)

Fixed by:

quanah commented 9 years ago

Thanks!