summaryrefslogtreecommitdiffstats
path: root/src/lib/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/report.c')
-rw-r--r--src/lib/report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/report.c b/src/lib/report.c
index 07299e48..137f7b16 100644
--- a/src/lib/report.c
+++ b/src/lib/report.c
@@ -114,7 +114,7 @@ int report_problem_in_memory(problem_data_t *pd, int flags)
if (dd)
{
if (flags & LIBREPORT_RELOAD_DATA)
- load_problem_data_from_dump_dir(pd, dd);
+ load_problem_data_from_dump_dir(pd, dd, NULL);
dd_delete(dd);
}
}