[dovecot-cvs] dovecot/src/imap cmd-status.c,1.26.2.1,1.26.2.2

tss at dovecot.org tss at dovecot.org
Fri Jan 19 21:07:19 UTC 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv26890

Modified Files:
      Tag: branch_1_0
	cmd-status.c 
Log Message:
Doing a STATUS for unknown storage shouldn't return with "needs more data"
from the function.



Index: cmd-status.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-status.c,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -d -r1.26.2.1 -r1.26.2.2
--- cmd-status.c	20 Dec 2006 20:13:03 -0000	1.26.2.1
+++ cmd-status.c	19 Jan 2007 21:07:16 -0000	1.26.2.2
@@ -106,7 +106,7 @@
 
 	storage = client_find_storage(cmd, &real_mailbox);
 	if (storage == NULL)
-		return FALSE;
+		return TRUE;
 
 	/* get status */
 	if (!get_mailbox_status(client, storage, real_mailbox,



More information about the dovecot-cvs mailing list