Skip to content

Commit

Permalink
Revert "Merged in b/ELD-67_ignore_SIGPIPE (pull request #288)"
Browse files Browse the repository at this point in the history
This reverts commit e3e2aeb, reversing
changes made to ca06cbf.
  • Loading branch information
IliasBergstrom committed Sep 8, 2022
1 parent 3cd8885 commit ac05b9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ int main(int argc, char* argv[])

signal(SIGINT, signal_handler);
signal(SIGTERM, signal_handler);
signal(SIGPIPE, SIG_IGN);

////////////////////////////////////////////////////////////////////////////////
// Command Line arguments parsing
Expand Down

0 comments on commit ac05b9f

Please sign in to comment.