chiark / gitweb /
Fix build without any compression enabled
[elogind.git] / src / journal / coredump.c
index 59c6d4b716b54c31aa9ff8f954e494e0a2e42478..1b8c2e8bc0eeff2714caca579051d4dda0125e66 100644 (file)
@@ -402,9 +402,9 @@ static int save_external_coredump(
         fail_compressed:
                 unlink_noerrno(tmp_compressed);
         }
-#endif
 
 uncompressed:
+#endif
         r = fix_permissions(fd, tmp, fn, info, uid);
         if (r < 0)
                 goto fail;