[dovecot-cvs] dovecot/src/imap commands.c,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Sat Dec 14 19:47:28 EET 2002


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv21693

Modified Files:
	commands.c 
Log Message:
CHECK command was actually calling COPY, so it gave just error about missing
parameters.



Index: commands.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/commands.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- commands.c	4 Dec 2002 18:28:37 -0000	1.3
+++ commands.c	14 Dec 2002 17:47:25 -0000	1.4
@@ -23,7 +23,7 @@
 		if (strcmp(name, "CLOSE") == 0)
 			return cmd_close;
 		if (strcmp(name, "CHECK") == 0)
-			return cmd_copy;
+			return cmd_check;
 		if (strcmp(name, "CAPABILITY") == 0)
 			return cmd_capability;
 		break;




More information about the dovecot-cvs mailing list