steffen: server/perl-kolab/Kolab-Conf Conf.pm,1.32,1.33

cvs at intevation.de cvs at intevation.de
Tue Aug 10 00:00:44 CEST 2004


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv26677/perl-kolab/Kolab-Conf

Modified Files:
	Conf.pm 
Log Message:
issue error when kolabconf cant build a configuration

Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Conf.pm	9 Aug 2004 16:09:11 -0000	1.32
+++ Conf.pm	9 Aug 2004 22:00:40 -0000	1.33
@@ -245,7 +245,7 @@
     if ($mesg->code) {
         Kolab::log('T', 'Unable to locate groups transport map entries in LDAP', KOLAB_ERROR);
         exit(1);
-    }    
+    }
     if ($mesg->code <= 0) {
         foreach $ldapobject ($mesg->entries) {
 	    my $mail = $ldapobject->get_value('mail');
@@ -262,7 +262,7 @@
     if ($mesg->code) {
         Kolab::log('T', 'Unable to locate resources transport map entries in LDAP', KOLAB_ERROR);
         exit(1);
-    }    
+    }
     if ($mesg->code <= 0) {
         foreach $ldapobject ($mesg->entries) {
 	    my $mail = $ldapobject->get_value('mail');





More information about the commits mailing list