[dovecot-cvs] dovecot/src/pop3 client.c,1.20,1.21

cras at procontrol.fi cras at procontrol.fi
Sat May 15 14:59:22 EEST 2004


Update of /home/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv17028/pop3

Modified Files:
	client.c 
Log Message:
t_push/t_pop



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- client.c	10 May 2004 21:27:54 -0000	1.20
+++ client.c	15 May 2004 11:59:20 -0000	1.21
@@ -192,10 +192,12 @@
 	if (client->output->closed)
 		return;
 
+	t_push();
 	va_start(va, fmt);
 	(void)o_stream_send_str(client->output, t_strdup_vprintf(fmt, va));
 	(void)o_stream_send(client->output, "\r\n", 2);
 	va_end(va);
+	t_pop();
 }
 
 void client_send_storage_error(struct client *client)



More information about the dovecot-cvs mailing list