[dovecot-cvs] dovecot/src/pop3-login client.c,1.48,1.49

cras at dovecot.org cras at dovecot.org
Sun Apr 2 13:49:55 EEST 2006


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv30723

Modified Files:
	client.c 
Log Message:
Same STARTTLS flush callback fix as with imap-login.



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- client.c	28 Jan 2006 21:47:00 -0000	1.48
+++ client.c	2 Apr 2006 10:49:53 -0000	1.49
@@ -104,8 +104,10 @@
 		return 1;
 	}
 
-	if (ret > 0)
+	if (ret > 0) {
+		o_stream_set_flush_callback(client->output, NULL, NULL);
 		client_start_tls(client);
+	}
 	return 1;
 }
 



More information about the dovecot-cvs mailing list