[dovecot-cvs] dovecot/src/imap-login client.c,1.61,1.62

tss at dovecot.org tss at dovecot.org
Fri Dec 15 16:55:34 UTC 2006


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

Modified Files:
	client.c 
Log Message:
Added context parameter type safety checks for most callback APIs.



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap-login/client.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- client.c	24 Nov 2006 09:32:05 -0000	1.61
+++ client.c	15 Dec 2006 16:55:32 -0000	1.62
@@ -158,7 +158,7 @@
 	}
 
 	if (ret > 0) {
-		o_stream_set_flush_callback(client->output, NULL, NULL);
+		o_stream_unset_flush_callback(client->output);
 		client_start_tls(client);
 	}
 	return 1;



More information about the dovecot-cvs mailing list