diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-12-16 16:08:55 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-12-16 16:08:55 (GMT) |
commit | 67b47e2428fbe7afc214e225a72f88fbd7753dcd (patch) | |
tree | 1e7ae71659afeb7dcbbf268939aa9b7d9b5032c6 /lib | |
parent | dc7cbfc9bb9702cedfd5be2e895e52707dab3c35 (diff) | |
download | perl-Kolab-67b47e2428fbe7afc214e225a72f88fbd7753dcd.tar.gz |
Adjusted comment in change for kolab/issue3940
Diffstat (limited to 'lib')
-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 855a00f..5f6a121 100644 --- a/lib/Kolab/LDAP.pm +++ b/lib/Kolab/LDAP.pm @@ -645,7 +645,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; |