From a22c570ddba7a71f717eb2209674f4301f5ba8d7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 Nov 2010 17:51:54 +0100 Subject: preparatory patch for future factoring out of headers for reportlib Some files and functions are renamed, no logic changes. Signed-off-by: Denys Vlasenko --- src/hooks/abrt-hook-ccpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hooks') diff --git a/src/hooks/abrt-hook-ccpp.c b/src/hooks/abrt-hook-ccpp.c index dbf0c059..bcdc8547 100644 --- a/src/hooks/abrt-hook-ccpp.c +++ b/src/hooks/abrt-hook-ccpp.c @@ -498,8 +498,8 @@ int main(int argc, char** argv) } /* We close dumpdir before we start catering for crash storm case. - * Otherwise, delete_debug_dump_dir's from other concurrent - * CCpp's won't be able to delete our dump (their delete_debug_dump_dir + * Otherwise, delete_crash_dump_dir's from other concurrent + * CCpp's won't be able to delete our dump (their delete_crash_dump_dir * will wait for us), and we won't be able to delete their dumps. * Classic deadlock. */ -- cgit