thomas: server/perl-kolab/lib/Kolab LDAP.pm,1.11.2.4,1.11.2.5

cvs at kolab.org cvs at kolab.org
Wed Dec 16 17:08:49 CET 2009


Author: thomas

Update of /kolabrepository/server/perl-kolab/lib/Kolab
In directory doto:/tmp/cvs-serv32277/perl-kolab/lib/Kolab

Modified Files:
      Tag: kolab_2_2_branch
	LDAP.pm 
Log Message:
Adjusted comment in change for kolab/issue3940


Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab/LDAP.pm,v
retrieving revision 1.11.2.4
retrieving revision 1.11.2.5
diff -u -d -r1.11.2.4 -r1.11.2.5
--- LDAP.pm	16 Dec 2009 15:29:18 -0000	1.11.2.4
+++ LDAP.pm	16 Dec 2009 16:08:47 -0000	1.11.2.5
@@ -634,7 +634,7 @@
 	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;





More information about the commits mailing list