summaryrefslogtreecommitdiff
path: root/mda/lib/deliver.c
diff options
context:
space:
mode:
Diffstat (limited to 'mda/lib/deliver.c')
-rw-r--r--mda/lib/deliver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mda/lib/deliver.c b/mda/lib/deliver.c
index 1121155bb..c316fc914 100644
--- a/mda/lib/deliver.c
+++ b/mda/lib/deliver.c
@@ -78,10 +78,10 @@ make_tmp (const char *from)
exit (EX_TEMPFAIL);
}
- rc = mu_temp_file_stream_create (&out, NULL, 0);
+ rc = mu_temp_stream_create (&out, 0);
if (rc)
{
- mda_error (_("unable to open temporary file: %s"), mu_strerror (rc));
+ mda_error (_("unable to open temporary stream: %s"), mu_strerror (rc));
exit (EX_TEMPFAIL);
}

Return to:

Send suggestions and report system problems to the System administrator.