chiark / gitweb /
resolved: when there's already somebody listening on the LLMNR ports, simple disable...
[elogind.git] / src / journal / coredump-vacuum.c
index ad2e2fa7f4232bbdc4fe280ece3fb3a687c6fa25..125bb3a4b899e32acf24ca8b57089ed7657afa6c 100644 (file)
@@ -104,8 +104,8 @@ static bool vacuum_necessary(int fd, off_t sum, off_t keep_free, off_t max_use)
                         if (max_use < DEFAULT_MAX_USE_LOWER)
                                 max_use = DEFAULT_MAX_USE_LOWER;
                 }
-
-                max_use = DEFAULT_MAX_USE_LOWER;
+                else
+                        max_use = DEFAULT_MAX_USE_LOWER;
         } else
                 max_use = PAGE_ALIGN(max_use);