mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:10:13 +01:00
fixed a typo in the test/ directory
This commit is contained in:
parent
be259f56bd
commit
cea3af3cd8
@ -13,7 +13,7 @@
|
||||
|
||||
#define VERSION "0.1.23-master-branch"
|
||||
|
||||
#define BUILD 748
|
||||
#define BUILD 749
|
||||
|
||||
#define HOSTID "mailarchiver"
|
||||
|
||||
|
@ -24,7 +24,7 @@ int import_message2(char *filename, struct session_data *sdata, struct __data *d
|
||||
struct _state state;
|
||||
|
||||
|
||||
init_session_data(sdata);
|
||||
init_session_data(sdata, cfg->server_id);
|
||||
|
||||
|
||||
if(strcmp(filename, "-") == 0){
|
||||
@ -65,7 +65,7 @@ int import_message2(char *filename, struct session_data *sdata, struct __data *d
|
||||
|
||||
sdata->sent = 0;
|
||||
|
||||
state = parse_message(sdata, 1, cfg);
|
||||
state = parse_message(sdata, 1, data, cfg);
|
||||
post_parse(sdata, &state, cfg);
|
||||
|
||||
if(sdata->sent > sdata->now) sdata->sent = sdata->now;
|
||||
|
Loading…
Reference in New Issue
Block a user