[dovecot-cvs] dovecot/src/imap-login client.c,1.6,1.7

cras at procontrol.fi cras at procontrol.fi
Sun Feb 23 21:44:49 EET 2003


Update of /home/cvs/dovecot/src/imap-login
In directory danu:/tmp/cvs-serv7098/imap-login

Modified Files:
	client.c 
Log Message:
Added setting verbose_ssl



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap-login/client.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- client.c	11 Feb 2003 16:56:36 -0000	1.6
+++ client.c	23 Feb 2003 19:44:47 -0000	1.7
@@ -125,7 +125,7 @@
 		client->common.io = NULL;
 	}
 
-	fd_ssl = ssl_proxy_new(client->common.fd);
+	fd_ssl = ssl_proxy_new(client->common.fd, &client->common.ip);
 	if (fd_ssl != -1) {
 		client->tls = TRUE;
                 client_set_title(client);




More information about the dovecot-cvs mailing list