chiark / gitweb /
core: add new RestrictAddressFamilies= switch
[elogind.git] / src / core / shutdown.c
index 9189cfb1ade3eed754249518501bb374be09c075..c7510304f226baedb59f3aa077e0010a9ea19a30 100644 (file)
@@ -222,7 +222,7 @@ static int pivot_to_new_root(void) {
 int main(int argc, char *argv[]) {
         bool need_umount = true, need_swapoff = true, need_loop_detach = true, need_dm_detach = true;
         bool in_container, use_watchdog = false;
-        _cleanup_free_ char *line = NULL, *cgroup = NULL;
+        _cleanup_free_ char *cgroup = NULL;
         char *arguments[3];
         unsigned retries;
         int cmd, r;