From 35e4c5d6b5b2650e48a6bf7655bdd3719ccbfaa7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 23 May 2000 04:48:13 +0000 Subject: stuff svn path=/trunk/; revision=3174 --- camel/providers/smtp/camel-smtp-transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 4678baf66d..79cd5e51e7 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -3,7 +3,7 @@ /* * Authors: - * Jeffrey Stedfast + * Jeffrey Stedfast * * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) * @@ -622,7 +622,7 @@ smtp_data (CamelSmtpTransport *transport, CamelMedium *message, CamelException * filtered_stream = camel_stream_filter_new_with_stream(transport->ostream); id = camel_stream_filter_add(filtered_stream, CAMEL_MIME_FILTER(mimefilter)); - if (camel_stream_write_to_stream(CAMEL_STREAM(filtered_stream), transport->ostream) == -1) { + if (camel_stream_write_to_stream(transport->ostream, CAMEL_STREAM(filtered_stream)) == -1) { camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, "DATA send timed out: message termination: " "%s: mail not sent", -- cgit v1.2.3