diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2019-10-08 21:14:09 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2019-10-08 21:14:09 +0000 |
commit | f18976136625a7d016e97bfd9eabddf640b3e06d (patch) | |
tree | 9a4c415888f988d32443cacadb70754b608ebecf /contrib | |
parent | cc698b490001646c7174d14af6500400be9bd4ff (diff) | |
download | src-f18976136625a7d016e97bfd9eabddf640b3e06d.tar.gz src-f18976136625a7d016e97bfd9eabddf640b3e06d.zip |
Notes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sendmail/mail.local/mail.local.c | 2 |
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(); /* |