summaryrefslogtreecommitdiff
path: root/source/lib/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/fault.c')
-rw-r--r--source/lib/fault.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/lib/fault.c b/source/lib/fault.c
index d4c1142937..1964955f1b 100644
--- a/source/lib/fault.c
+++ b/source/lib/fault.c
@@ -188,11 +188,6 @@ void dump_core_setup(const char *progname)
become_root();
}
- if (corepath == NULL) {
- DEBUG(0, ("Can not dump core: corepath not set up\n"));
- exit(1);
- }
-
if (*corepath != '\0') {
/* The chdir might fail if we dump core before we finish
* processing the config file.