From 7ddf815c4887f022ea4bfcb9651e526a118192c8 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 11 Aug 1984 23:57:17 -0800 Subject: [PATCH] don't add ".ARPA" (or whatever net name) to names that already have a dot in them; pull NetName out of initialized data space so that it can be changed in frozen configuration files SCCS-vsn: usr.sbin/sendmail/src/version.c 4.36 --- usr/src/usr.sbin/sendmail/src/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/version.c b/usr/src/usr.sbin/sendmail/src/version.c index 420bcb5b32..ad418c55a0 100644 --- a/usr/src/usr.sbin/sendmail/src/version.c +++ b/usr/src/usr.sbin/sendmail/src/version.c @@ -1,5 +1,5 @@ # ifndef lint -static char SccsId[] = "@(#)SendMail version 4.35 of %G%"; +static char SccsId[] = "@(#)SendMail version 4.36 of %G%"; # endif lint -char Version[] = "4.35"; +char Version[] = "4.36"; -- 2.20.1