[dovecot-cvs] dovecot/src/imap main.c,1.9,1.10

cras at procontrol.fi cras at procontrol.fi
Wed Nov 20 16:04:07 EET 2002


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

Modified Files:
	main.c 
Log Message:
No space before "* PREAUTH" ..



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- main.c	19 Nov 2002 13:09:25 -0000	1.9
+++ main.c	20 Nov 2002 14:04:04 -0000	1.10
@@ -82,7 +82,7 @@
 	tag = getenv("LOGIN_TAG");
 	if (tag == NULL || *tag == '\0') {
 		client_send_line(client, t_strconcat(
-			" * PREAUTH [CAPABILITY "CAPABILITY_STRING"] "
+			"* PREAUTH [CAPABILITY "CAPABILITY_STRING"] "
 			"Logged in as ", getenv("USER"), NULL));
 	} else {
 		client_send_line(client,




More information about the dovecot-cvs mailing list