https://issues.dlang.org/show_bug.cgi?id=17248

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <[email protected]> ---
dlang/druntime pull request #2603 "fix ldap bindings, fix issue 17248" was
merged into stable:

- c4e2f9fb7de19f5da9b8e6af462eacad39a01b91 by WebFreak001:
  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

--

Reply via email to