summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail/libmilter/example.c
diff options
context:
space:
mode:
authorJohn Beck <John.Beck@Sun.COM>2010-01-06 13:22:51 -0800
committerJohn Beck <John.Beck@Sun.COM>2010-01-06 13:22:51 -0800
commite9af4bc0b1cc30cea75d6ad4aa2fde97d985e9be (patch)
tree6a7ad97561f2580625546f56c063c89ebb3b92dd /usr/src/cmd/sendmail/libmilter/example.c
parent5f8171005a0c33f3c67f7da52d41c2362c3fd891 (diff)
downloadillumos-joyent-e9af4bc0b1cc30cea75d6ad4aa2fde97d985e9be.tar.gz
6913961 upgrade sendmail to 8.14.4
6790772 Array overrun in sendmail
Diffstat (limited to 'usr/src/cmd/sendmail/libmilter/example.c')
-rw-r--r--usr/src/cmd/sendmail/libmilter/example.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/sendmail/libmilter/example.c b/usr/src/cmd/sendmail/libmilter/example.c
index 8d9b057e45..cef4b0f33a 100644
--- a/usr/src/cmd/sendmail/libmilter/example.c
+++ b/usr/src/cmd/sendmail/libmilter/example.c
@@ -6,11 +6,9 @@
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
- * $Id: example.c,v 8.3 2006/12/20 21:22:34 ca Exp $
+ * $Id: example.c,v 8.4 2008/07/22 15:12:47 ca Exp $
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
** A trivial example filter that logs all email to a file.
** This milter also has some callbacks which it does not really use,
@@ -254,7 +252,7 @@ struct smfiDesc smfilter =
mlfi_close, /* connection cleanup */
mlfi_unknown, /* unknown/unimplemented SMTP commands */
mlfi_data, /* DATA command filter */
- mlfi_negotiate /* option negotation at connection startup */
+ mlfi_negotiate /* option negotiation at connection startup */
};
int