mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 06:20:11 +01:00
parser fix for internal messages regarding invalid date
This commit is contained in:
parent
319c9e9732
commit
8f653e3fc3
@ -209,6 +209,11 @@ int parse_line(char *buf, struct _state *state, struct session_data *sdata, int
|
|||||||
state->is_header = 1;
|
state->is_header = 1;
|
||||||
memset(state->b_body, 0, BIGBUFSIZE);
|
memset(state->b_body, 0, BIGBUFSIZE);
|
||||||
state->bodylen = 0;
|
state->bodylen = 0;
|
||||||
|
|
||||||
|
if(sdata->import == 1){
|
||||||
|
sdata->sent = 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(take_into_pieces == 1){
|
if(take_into_pieces == 1){
|
||||||
|
Loading…
Reference in New Issue
Block a user