aboutsummaryrefslogtreecommitdiffstats
path: root/mail/hotwayd/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-12-17 16:14:03 +0800
committervs <vs@FreeBSD.org>2004-12-17 16:14:03 +0800
commitee15979396096c6dbc0036b52f1955336c8d2373 (patch)
treeb4d20c0b71dc9c1ea86c0aa9290a960f01f7feae /mail/hotwayd/files
parentc48d2472c45689826dfcc4b5a428978b377472af (diff)
downloadfreebsd-ports-gnome-ee15979396096c6dbc0036b52f1955336c8d2373.tar.gz
freebsd-ports-gnome-ee15979396096c6dbc0036b52f1955336c8d2373.tar.zst
freebsd-ports-gnome-ee15979396096c6dbc0036b52f1955336c8d2373.zip
Update to 0.8.2
PR: ports/75125 Submitted by: maintainer
Diffstat (limited to 'mail/hotwayd/files')
-rw-r--r--mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c b/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c
new file mode 100644
index 000000000000..9bf08fce6aa0
--- /dev/null
+++ b/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c
@@ -0,0 +1,11 @@
+--- hotsmtpd/commands_smtp.c.orig Sat Dec 11 18:33:17 2004
++++ hotsmtpd/commands_smtp.c Wed Dec 15 12:21:00 2004
+@@ -199,7 +199,7 @@
+ }
+
+ /* Clean up after ourselves */
+- httpmail_destroy();
++ /*httpmail_destroy();*/
+ if (body)
+ free(body);
+ }