diff options
Diffstat (limited to 'usr.sbin/smtpd/forward.c')
-rw-r--r-- | usr.sbin/smtpd/forward.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/forward.c b/usr.sbin/smtpd/forward.c index 9df0a51e7e2..c6a46fd57b5 100644 --- a/usr.sbin/smtpd/forward.c +++ b/usr.sbin/smtpd/forward.c @@ -1,4 +1,4 @@ -/* $OpenBSD: forward.c,v 1.26 2012/09/19 12:45:04 eric Exp $ */ +/* $OpenBSD: forward.c,v 1.27 2012/09/19 12:59:59 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -82,7 +82,6 @@ forwards_get(int fd, struct expandtree *expandtree, char *as_user) buf = cp; cp = p; - bzero(&xn, sizeof (struct expandnode)); if (! alias_parse(&xn, buf)) { log_debug("bad entry in ~/.forward"); continue; |