From 45019201d7419f83efd0b940e87cb7ba71b6c616 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Wed, 28 Jan 2009 23:13:43 +0000 Subject: mta session state belongs to struct session, not struct batch, remove the state field from struct batch and propagate the change --- usr.sbin/smtpd/smtpd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/smtpd/smtpd.h') diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index d6a76b1495c..a7e7917a1bf 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.55 2009/01/28 22:54:10 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.56 2009/01/28 23:13:42 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -484,7 +484,6 @@ struct batch { struct rule rule; - u_int8_t state; struct smtpd *env; char message_id[MAX_ID_SIZE]; -- cgit v1.2.3