thomas: server/perl-kolab/lib/Kolab LDAP.pm,1.15,1.16

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


Author: thomas

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

Modified Files:
	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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- LDAP.pm	16 Dec 2009 15:42:11 -0000	1.15
+++ LDAP.pm	16 Dec 2009 16:08:55 -0000	1.16
@@ -645,7 +645,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