mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 13:09:19 +02:00
journaling strip fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user