Graham Barr wrote:
This seems to be a line that was missed when the memory leak patch was applied. Change line 253 in Net::LDAP::Entry from

$mesg = Net::LDAP::Message->new( {} );

to

$mesg = Net::LDAP::Message->new( $ldap );

should fix it.

Just tried it: Message stopped crying, but no useful action takes place on the directory server: when I call $e->update($ldap) I just see the bind requests on slapd's log, and nothing more :-(


As before, is more information is needed to solve the bug, I'll be glad to send it.

Ciao
--M

--
Marco Marongiu                            Email: [EMAIL PROTECTED]
System Administrator                      Phone: +39 070 460 1684
Tiscali S.p.A.



Reply via email to