aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index dab70af..6957ce5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -72,6 +72,8 @@ int main(int argc, char* argv[]) {
report_fp = fopen(report_path, "w");
+ gen_report(report_fp);
+
signal(SIGHUP, handler);
signal(SIGQUIT, handler);
signal(SIGTERM, handler);