[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
- Previous message: [dovecot-cvs] dovecot/src/deliver deliver.c, 1.41, 1.42 mail-send.c, 1.5, 1.6
- Next message: [dovecot-cvs] dovecot/src/imap cmd-append.c, 1.83, 1.84 imap-fetch.c, 1.47, 1.48 imap-fetch.h, 1.19, 1.20 imap-thread.c, 1.30, 1.31 main.c, 1.83, 1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [dovecot-cvs] dovecot/src/deliver deliver.c, 1.41, 1.42 mail-send.c, 1.5, 1.6
- Next message: [dovecot-cvs] dovecot/src/imap cmd-append.c, 1.83, 1.84 imap-fetch.c, 1.47, 1.48 imap-fetch.h, 1.19, 1.20 imap-thread.c, 1.30, 1.31 main.c, 1.83, 1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list