https://issues.dlang.org/show_bug.cgi?id=17248
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @WebFreak001 created dlang/druntime pull request #2603 "fix ldap bindings, fix issue 17248" fixing this issue: - fix ldap bindings, fix issue 17248 Looked up and corrected most LDAP methods: changed char* (PCHAR) arguments to const(char)* (PCSTR) where documentation say const Renamed some types like in the documentation (purely aesthetic) Fixed a PLDAPControlW actually being PLDAPControlA in an ASCII method Changed [] arguments to * (fixed the referenced issue) https://github.com/dlang/druntime/pull/2603 --
