diff options
author | vs <vs@FreeBSD.org> | 2004-12-17 16:14:03 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-17 16:14:03 +0800 |
commit | ee15979396096c6dbc0036b52f1955336c8d2373 (patch) | |
tree | b4d20c0b71dc9c1ea86c0aa9290a960f01f7feae /mail/hotwayd/files | |
parent | c48d2472c45689826dfcc4b5a428978b377472af (diff) | |
download | freebsd-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.c | 11 |
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); + } |