summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjacekm <jacekm@openbsd.org>2009-03-19 20:27:49 +0000
committerjacekm <jacekm@openbsd.org>2009-03-19 20:27:49 +0000
commit601030b9e7ccaf4e11b373a864fad6c99e1eae51 (patch)
treebad77fe9d3986b63c71722ba66dc6a1f478c3c18
parentcomment out some macros until they are needed; (diff)
downloadwireguard-openbsd-601030b9e7ccaf4e11b373a864fad6c99e1eae51.tar.xz
wireguard-openbsd-601030b9e7ccaf4e11b373a864fad6c99e1eae51.zip
make action_type == 0 mean A_INVALID, not A_RELAY; 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 de160ccd98f..40e6a030cea 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.94 2009/03/15 19:32:11 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.95 2009/03/19 20:27:49 jacekm Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -336,6 +336,7 @@ struct opt {
};
enum action_type {
+ A_INVALID,
A_RELAY,
A_RELAYVIA,
A_MAILDIR,