Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44187788 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Remove double check of fd value."

parents 055abbb4 ab9f0cd7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -448,10 +448,8 @@ static void crash_completed(borrowed_fd sockfd, std::unique_ptr<Crash> crash) {
    return;
  }

  if (crash->output.text.fd < 0) {
  if (crash->output.text.fd == -1) {
    LOG(WARNING) << "skipping tombstone file creation due to intercept";
    }
    return;
  }