]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
t_push/t_pop
authorTimo Sirainen <tss@iki.fi>
Sat, 15 May 2004 11:59:20 +0000 (14:59 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 15 May 2004 11:59:20 +0000 (14:59 +0300)
--HG--
branch : HEAD

src/pop3/client.c

index c8d66984123e6582ac32b2ee20a7b9cdcaf55895..6ac06372b33938aa700850ca094f7a38e7969233 100644 (file)
@@ -192,10 +192,12 @@ void client_send_line(struct client *client, const char *fmt, ...)
        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)