[dovecot-cvs] dovecot/src/imap-login imap-proxy.c,1.2,1.3
cras at dovecot.org
cras at dovecot.org
Wed Oct 20 16:59:35 EEST 2004
Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv1261/imap-login
Modified Files:
imap-proxy.c
Log Message:
Logging changes.
Index: imap-proxy.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap-login/imap-proxy.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- imap-proxy.c 18 Oct 2004 23:07:01 -0000 1.2
+++ imap-proxy.c 20 Oct 2004 13:59:33 -0000 1.3
@@ -54,8 +54,8 @@
client->input = NULL;
client->output = NULL;
client->common.fd = -1;
- client_destroy(client, t_strconcat(
- "Proxy: ", client->common.virtual_user, NULL));
+ client_destroy(client, t_strdup_printf("proxy(%s): started",
+ client->common.virtual_user));
return -1;
} else if (strncmp(line, "P ", 2) == 0) {
/* Login failed. Send our own failure reply so client can't
More information about the dovecot-cvs
mailing list