mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 17:39:20 +02:00
added a tweak option to change the sent time piler stores
This commit is contained in:
@@ -26,7 +26,7 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
|
||||
struct __counters counters;
|
||||
|
||||
|
||||
init_session_data(sdata, cfg->server_id);
|
||||
init_session_data(sdata, cfg);
|
||||
|
||||
if(cfg->verbosity > 1) printf("processing: %s\n", filename);
|
||||
|
||||
@@ -109,6 +109,7 @@ ENDE:
|
||||
|
||||
case ERR_EXISTS:
|
||||
rc = OK;
|
||||
printf("duplicate: %s (id: %s)\n", filename, sdata->ttmpfile);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user