journaling strip fix

This commit is contained in:
SJ
2012-09-28 21:48:20 +02:00
parent f2dd3b669a
commit 92e2ca30c1
6 changed files with 37 additions and 17 deletions

View File

@@ -162,7 +162,6 @@ struct _state {
int bodylen;
int tolen;
char ms_journal, ms_journal_dropped;
};
@@ -181,6 +180,8 @@ struct session_data {
char bodydigest[2*DIGEST_LENGTH+1];
char digest[2*DIGEST_LENGTH+1];
time_t now, sent, retained;
char ms_journal, ms_journal_dropped;
int journal_envelope_length, journal_bottom_length;
#ifdef NEED_MYSQL
MYSQL mysql;
#endif