dovecot-2.1-pigeonhole: managesieve: Fixed bug in skipping of CR...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Feb 6 22:27:02 EET 2013


details:   http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/32d178f5e1a2
changeset: 1672:32d178f5e1a2
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Feb 06 21:24:30 2013 +0100
description:
managesieve: Fixed bug in skipping of CRLF at end of AUTHENTICATE command.
Setting skip_newline is useless when the connection is transfered to another process after successful login.

diffstat:

 src/managesieve-login/client-authenticate.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f8fad363984d -r 32d178f5e1a2 src/managesieve-login/client-authenticate.c
--- a/src/managesieve-login/client-authenticate.c	Sat Jan 26 09:10:26 2013 +0100
+++ b/src/managesieve-login/client-authenticate.c	Wed Feb 06 21:24:30 2013 +0100
@@ -257,7 +257,7 @@
 	}
 
 	if ( i_stream_next_line(client->input) == NULL )
-		msieve_client->skip_line = TRUE;
+		return 0;
 
 	return 1;
 }


More information about the dovecot-cvs mailing list