]> granicus.if.org Git - ejabberd/commit
Fix compatibility of LDAP support with Erlang R16A (EJAB-1612)
authorBadlop <badlop@process-one.net>
Mon, 4 Feb 2013 09:31:54 +0000 (10:31 +0100)
committerBadlop <badlop@process-one.net>
Mon, 4 Feb 2013 09:31:54 +0000 (10:31 +0100)
commit2704378d43035474c5f3d8a656b81c7bc28b5ff9
tree447712d303ae9c6b2a4f9f8201e4147adecd064e
parente500fd74ad4e20ec0bb69adeaa276b4fb9cf2145
Fix compatibility of LDAP support with Erlang R16A (EJAB-1612)

As explained in Erlang/OTP git log:
eldap: Remove calls to undocumented asn1rt* functions.
We are about to remove the old asn1rt* modules, so we must remove
the calls that eldap make to them. Since the calls are just a
sanity check, we can just remove the calls. Just doing the decode
will do roughly the same tests and generate similar exceptions.
src/eldap/eldap.erl