diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2018-05-29 20:43:08 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2018-05-29 20:43:08 +0000 |
commit | 36d2bf48e18819f17faed036b5dc849f0ceff14f (patch) | |
tree | 607254db9648399ed5a81ba99fc2727c3e530137 /usr.sbin/smtpd/smtpd.h | |
parent | 3f72f9bca7611da6cecb0e72eed85d01d9375cd4 (diff) |
no need to parse and dump the relayhost in the lookup process.
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 6ee6711b78b..d88c1550c51 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.543 2018/05/29 18:16:14 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.544 2018/05/29 20:43:07 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -158,7 +158,7 @@ union lookup { struct mailaddr mailaddr; struct addrname addrname; struct maddrmap *maddrmap; - struct relayhost relayhost; + char relayhost[LINE_MAX]; }; /* |