diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
