aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/mail.local
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-10-08 21:14:09 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-10-08 21:14:09 +0000
commitf18976136625a7d016e97bfd9eabddf640b3e06d (patch)
tree9a4c415888f988d32443cacadb70754b608ebecf /contrib/sendmail/mail.local
parentcc698b490001646c7174d14af6500400be9bd4ff (diff)
downloadsrc-f18976136625a7d016e97bfd9eabddf640b3e06d.tar.gz
src-f18976136625a7d016e97bfd9eabddf640b3e06d.zip
Notes
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r--contrib/sendmail/mail.local/mail.local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c
index 52998e2f7dbb..40387ef06e47 100644
--- a/contrib/sendmail/mail.local/mail.local.c
+++ b/contrib/sendmail/mail.local/mail.local.c
@@ -393,7 +393,7 @@ main(argc, argv)
}
/* Non-LMTP from here on out */
- if (*argv == '\0')
+ if (*argv == NULL)
usage();
/*