diff options
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index c4e13f81666..a7aeb64d7ac 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.282 2012/01/28 11:33:07 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.283 2012/01/28 15:11:06 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -806,7 +806,6 @@ struct mfa_session { }; enum mta_state { - MTA_INVALID_STATE, MTA_INIT, MTA_SECRET, MTA_DATA, |