[Kolab-devel] [issue4275] LDAP.pm quota error
Steffen Hansen
issues at kolab.org
Tue Mar 30 04:36:49 CEST 2010
New submission from Steffen Hansen <steffen at klaralvdalens-datakonsult.se>:
I found a little typo in LDAP.pm in perl-kolab-2.2.3-20091217. Patch to fix:
--- LDAP.pm.orig 2010-03-30 04:28:50.000000000 +0200
+++ LDAP.pm 2010-03-30 04:29:17.000000000 +0200
@@ -576,7 +576,7 @@ sub createObject
if( $quota != $oldquota ) {
Kolab::Cyrus::setQuota($cyrus, $uid, $quota*1024, ($p eq 'sf' ? 1 : 0));
if( $quota == 0 ) {
- quotaDelete{$guid};
+ quotaDelete($guid);
} else {
quotaStore($guid, $quota);
}
----------
keyword: server
messages: 24532
nosy: steffen
priority: bug
status: unread
title: LDAP.pm quota error
______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4275>
______________________________________
More information about the devel
mailing list