From 5577e7e55e1e092f9b517f2d0b53b07ab47987cb Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 22 Nov 1994 21:33:56 -0800 Subject: [PATCH] make alias maps have a name SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.31 --- usr/src/usr.sbin/sendmail/src/alias.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/sendmail/src/alias.c b/usr/src/usr.sbin/sendmail/src/alias.c index 61a47a56f3..a4767f4595 100644 --- a/usr/src/usr.sbin/sendmail/src/alias.c +++ b/usr/src/usr.sbin/sendmail/src/alias.c @@ -10,7 +10,7 @@ # include #ifndef lint -static char sccsid[] = "@(#)alias.c 8.30 (Berkeley) %G%"; +static char sccsid[] = "@(#)alias.c 8.31 (Berkeley) %G%"; #endif /* not lint */ @@ -231,6 +231,7 @@ setalias(spec) AliasDB[NAliasDBs] = map; } bzero(map, sizeof *map); + map->map_mname = s->s_name; p = strpbrk(p, " ,/:"); if (p != NULL && *p == ':') -- 2.20.1