summaryrefslogtreecommitdiff
path: root/libsieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-30 15:54:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-30 15:54:18 +0000
commitf9e62c104fc228ae81d127485d0627e9e2605d93 (patch)
tree640abf95b6574ef9f7c27cdb24b023737c610a24 /libsieve
parent35e34137d53e83ad88b679a906324b89561801ab (diff)
downloadmailutils-f9e62c104fc228ae81d127485d0627e9e2605d93.tar.gz
mailutils-f9e62c104fc228ae81d127485d0627e9e2605d93.tar.bz2
(spamd_shutdown): Bugfix
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/extensions/spamd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsieve/extensions/spamd.c b/libsieve/extensions/spamd.c
index fa5fea5a6..df3ee858d 100644
--- a/libsieve/extensions/spamd.c
+++ b/libsieve/extensions/spamd.c
@@ -109,7 +109,7 @@ spamd_shutdown (stream_t stream, int flag)
mu_transport_t trans;
stream_flush (stream);
stream_get_transport (stream, &trans);
- shutdown ((int)trans, flag);
+ shutdown (fileno ((FILE*)trans), flag);
}
static void

Return to:

Send suggestions and report system problems to the System administrator.