summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2011-03-26 21:41:32 +0000
committerEric Faurot <eric@cvs.openbsd.org>2011-03-26 21:41:32 +0000
commit0579bde7846a8faf5e5ee13d14206f1c406cc12c (patch)
treecd430010227e6c1620e6e7d124367db55d148850
parent3ac914959cc42d6cce45f37d1baf0894d6e882ce (diff)
missing file in previous commit
ok gilles@
-rw-r--r--usr.sbin/smtpd/smtpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index 66458a24865..453904f1139 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.204 2011/03/26 10:59:59 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.205 2011/03/26 21:41:31 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -811,6 +811,7 @@ struct dnssession {
struct mx mxarray[MAX_MX_COUNT];
size_t mxarraysz;
size_t mxcurrent;
+ size_t mxfound;
};
enum mta_state {