[Kolab-devel] [issue978] incorrect $ldap->abandon; call

Bernhard Herzog kolab-issues at intevation.de
Tue Nov 8 18:38:38 CET 2005


New submission from Bernhard Herzog <bh at intevation.de>:

Because of issue977 which suppressed error messages an error in Kolab/LDAP.pm
went unnoticed so far.  With the change of onerror to 'warn' as msg5803
kolabconf prints the following message three times:
 at /kolab/lib/perl/vendor_perl/5.8.7/Kolab/LDAP.pm line 151

The line in question is 
        $ldap->abandon;
If I read the docs right, abandon has to be called with at least one 
parameter, so that's the likely cause of the problem.  It might be OK to simply
remove that line since the next lines are 

        $ldap->unbind; 
        $ldap->disconnect;

----------
assignedto: steffen
messages: 5804
nosy: bh, steffen
priority: bug
status: unread
title: incorrect $ldap->abandon; call
topic: server
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue978>
________________________________________________




More information about the devel mailing list