Code cleanup

This commit is contained in:
Pierre Pronchery 2014-07-10 22:39:07 +02:00
parent 1827ff60bd
commit a95bfebc57

View File

@ -1540,8 +1540,7 @@ static gboolean _on_watch_can_read_ssl(GIOChannel * source,
else if(SSL_get_error(imap4->ssl, cnt) == SSL_ERROR_WANT_READ)
/* call SSL_read() again when it can read data */
imap4->rd_source = g_io_add_watch(imap4->channel,
G_IO_IN, _on_watch_can_read_ssl,
imap4);
G_IO_IN, _on_watch_can_read_ssl, imap4);
else
{
/* unknown error */