summaryrefslogtreecommitdiffstats
path: root/src/smtpd/smtpd_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smtpd/smtpd_state.c')
-rw-r--r--src/smtpd/smtpd_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smtpd/smtpd_state.c b/src/smtpd/smtpd_state.c
index f2f5f89..fefc543 100644
--- a/src/smtpd/smtpd_state.c
+++ b/src/smtpd/smtpd_state.c
@@ -135,6 +135,7 @@ void smtpd_state_init(SMTPD_STATE *state, VSTREAM *stream,
state->instance = vstring_alloc(10);
state->seqno = 0;
state->rewrite_context = 0;
+ state->notes = 0;
#if 0
state->ehlo_discard_mask = ~0;
#else