added folder support for piler daemon and pilerimport

This commit is contained in:
SJ
2012-08-23 10:23:58 +02:00
parent 572d258c2a
commit d0141507b0
11 changed files with 180 additions and 29 deletions

View File

@@ -288,7 +288,7 @@ void initialise_configuration(){
free_rule(data.archiving_rules);
free_rule(data.retention_rules);
data.folder = NULL;
data.folder = 0;
data.archiving_rules = NULL;
data.retention_rules = NULL;
@@ -342,7 +342,7 @@ int main(int argc, char **argv){
(void) openlog(PROGNAME, LOG_PID, LOG_MAIL);
data.folder = NULL;
data.folder = 0;
data.archiving_rules = NULL;
data.retention_rules = NULL;