diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2016-09-03 16:06:27 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2016-09-03 16:06:27 +0000 |
commit | 1d610bd85199719880de4a82547fb21b17c5cd5b (patch) | |
tree | 265ba259c150426aefd6e2c36071d4b91985942f /usr.sbin/smtpd/smtpd.h | |
parent | 89437bf96df8d94c08a68e516be71f111e39038e (diff) |
get rid of the type-checking system on internal messages.
bump all imsg protocol versions since message format changed.
ok gilles@ sunil@
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 30dbc6ac8d2..0b6d3c5f371 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.521 2016/09/01 10:54:25 eric Exp $ */ +/* $OpenBSD: smtpd.h,v 1.522 2016/09/03 16:06:26 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -161,7 +161,7 @@ union lookup { * Bump IMSG_VERSION whenever a change is made to enum imsg_type. * This will ensure that we can never use a wrong version of smtpctl with smtpd. */ -#define IMSG_VERSION 14 +#define IMSG_VERSION 15 enum imsg_type { IMSG_NONE, |