mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 12:47:03 +02:00
minor fixes
This commit is contained in:
@ -47,7 +47,7 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
|
||||
post_parse(sdata, &state, cfg);
|
||||
|
||||
if(sdata->sent > sdata->now) sdata->sent = sdata->now;
|
||||
|
||||
if(sdata->sent == -1) sdata->sent = 0;
|
||||
|
||||
rule = check_againt_ruleset(data->rules, &state, st.st_size);
|
||||
|
||||
|
Reference in New Issue
Block a user