On Wed, Feb 25, 2004 at 02:55:44PM -0300, Andreas wrote:
> Feb 25 14:53:18 pandora imapd[25128]: DBERROR db4: DB handle previously used in 
> transaction, missing transaction handle
> Feb 25 14:53:18 pandora imapd[25128]: DBERROR: error fetching user.andreas.test: 
> Invalid argument
> Feb 25 14:53:18 pandora imapd[25128]: DBERROR: error fetching user.andreas.test: 
> cyrusdb error

Does this make sense? I compared this code with mailbox_renamemailbox (which was 
working).


--- cyrus-imapd-2.1.16/imap/mboxlist.c.orig     2004-02-25 17:00:24.684572832 -0300
+++ cyrus-imapd-2.1.16/imap/mboxlist.c  2004-02-25 17:00:28.380630279 -0300
@@ -855,7 +855,7 @@
        if (!isadmin) { r = IMAP_PERMISSION_DENIED; goto done; }
     }
 
-    r = mboxlist_mylookup(name, &mbtype, &path, NULL, &acl, NULL, 1);
+    r = mboxlist_mylookup(name, &mbtype, &path, NULL, &acl, &tid, 1);
     switch (r) {
     case 0:
        break;
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to