[dovecot-cvs] dovecot/src/pop3-login pop3-proxy.c,1.4,1.5
cras at dovecot.org
cras at dovecot.org
Wed Oct 20 16:59:36 EEST 2004
Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv1261/pop3-login
Modified Files:
pop3-proxy.c
Log Message:
Logging changes.
Index: pop3-proxy.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/pop3-proxy.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pop3-proxy.c 20 Oct 2004 13:49:04 -0000 1.4
+++ pop3-proxy.c 20 Oct 2004 13:59:34 -0000 1.5
@@ -91,8 +91,9 @@
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));
}
} else {
/* Login failed. Send our own failure reply so client can't
More information about the dovecot-cvs
mailing list