diff options
-rw-r--r-- | src/journal/coredumpctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/coredumpctl.c b/src/journal/coredumpctl.c index ba78539826..ce6159d62c 100644 --- a/src/journal/coredumpctl.c +++ b/src/journal/coredumpctl.c @@ -644,7 +644,7 @@ static int save_core(sd_journal *j, int fd, char **path, bool *unlink_temp) { goto error; } } else if (filename) { -#if HAVE_XZ +#ifdef HAVE_XZ _cleanup_close_ int fdf; fdf = open(filename, O_RDONLY | O_CLOEXEC); |