[dovecot-cvs] dovecot/src/pop3-login client.c,1.8,1.9

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


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

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



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- client.c	11 Feb 2003 16:56:35 -0000	1.8
+++ client.c	23 Feb 2003 19:44:47 -0000	1.9
@@ -80,7 +80,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