From bf46cf3a970cc30c6a24905a3b0fe51de08e976d Mon Sep 17 00:00:00 2001 From: gshapiro Date: Mon, 18 Feb 2002 02:18:42 +0000 Subject: [PATCH] Fix mail.local build for non-sendmail.org code --- contrib/sendmail/mail.local/mail.local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c index cd13f443fe06..cc5911c9bcfb 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -186,7 +186,7 @@ main(argc, argv) break; case 'B': - nobiff = TRUE; + nobiff = true; break; case 'b': /* bounce mail when over quota. */