diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-12-16 16:08:47 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-12-16 16:08:47 (GMT) |
commit | 889a65478acda8fe3283603c221a489cfbabcdc6 (patch) | |
tree | 991b4b43e914d89f2891dcdbbe86e30f5662331f | |
parent | 6e642c06c8072faecf2b8094b40fb06562274967 (diff) | |
download | perl-Kolab-889a65478acda8fe3283603c221a489cfbabcdc6.tar.gz |
-rw-r--r-- | lib/Kolab/LDAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab/LDAP.pm b/lib/Kolab/LDAP.pm index 6c3a063..e554c16 100644 --- a/lib/Kolab/LDAP.pm +++ b/lib/Kolab/LDAP.pm @@ -634,7 +634,7 @@ sub deleteObject my $del = $object->get_value($Kolab::config{$p . '_field_deleted'}, asref => 1); my $masterldap; if( $Kolab::config{'ldap_master_uri'} eq $Kolab::config{'ldap_uri'} ) { - # We are the LDAP master, just go ahead + # We are already connected to the LDAP master, just go ahead $masterldap = $ldap; } else { $masterldap = createMasterLDAP; |