summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2009-03-03 23:33:53 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2009-03-03 23:33:53 +0000
commit14062b2781531b3796d251b9ff8835ab2ee48fd7 (patch)
treec5d39491e05de353c9e53983e6ff5c35576684f5 /usr.sbin/smtpd/smtpd.h
parentb62af95fa98188118939cff3b1d5d942bb20b934 (diff)
when forwards/aliases expansion fails in an lka session, make sure that mfa
is notified so that the session does not hang
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-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 b0b4dd425c2..6788f4286a4 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.81 2009/03/03 23:23:52 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.82 2009/03/03 23:33:52 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -639,6 +639,7 @@ struct lkasession {
u_int32_t pending;
enum lkasession_flags flags;
struct message message;
+ struct submit_status *ss;
};
struct smtpd {